vcl/jsdialog/enabled.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 5c08aa36d30d61d3d0d80a62622dc424a2b19e2e Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Wed Jul 3 19:25:25 2024 +0200 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Wed Jul 10 15:28:36 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 <andras.ti...@collabora.com> Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx index 679eb56f1927..902b73f9ab8b 100644 --- a/vcl/jsdialog/enabled.cxx +++ b/vcl/jsdialog/enabled.cxx @@ -244,6 +244,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"