vcl/jsdialog/enabled.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1d11b27384972a4a5822da44402d998d60c53dc4
Author: Andras Timar <[email protected]>
AuthorDate: Wed Jul 3 19:25:25 2024 +0200
Commit: Andras Timar <[email protected]>
CommitDate: Sat Aug 24 08:36:15 2024 +0200
jsdialog: enable new style dialog
to test:
1. Open sidebar in Writer
2. In Styles section press the rightmost icon [New]
Change-Id: I03230c5ef2921da6b1671a2e67e3ba6d1e088e5b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169965
Reviewed-by: Andras Timar <[email protected]>
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172334
Tested-by: Jenkins
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index 4b8b2f5b420a..89c2654d9445 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -246,6 +246,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool
bMobile)
|| rUIFile == u"svx/ui/headfootformatpage.ui"
|| rUIFile == u"sfx/ui/linefragment.ui"
|| rUIFile == u"sfx/ui/managestylepage.ui"
+ || rUIFile == u"sfx/ui/newstyle.ui"
|| rUIFile == u"sfx/ui/password.ui"
// svx
|| rUIFile == u"svx/ui/acceptrejectchangesdialog.ui"