summaryrefslogtreecommitdiff
path: root/vcl/jsdialog/enabled.cxx
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2023-06-16 18:30:35 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2023-07-07 09:54:01 +0200
commitcc397d753936745fccaa1780a5e3cdd2c2d596bf (patch)
tree4b68cde8e4e7e0486b2bda953cc1992856e9ac9b /vcl/jsdialog/enabled.cxx
parent6591a83a6e6bfaed336c11ea6f928e8764b6563d (diff)
jsdialog: enable Insert Title Page dialog
we need to weld also RB_INSERT_NEW_PAGES so when we check it - JSDialog executor will make it active and RB_USE_EXISTING_PAGES inactive Change-Id: I0abc5b6610e301abb1d24ecea680f63358dc5584 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153189 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153987 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'vcl/jsdialog/enabled.cxx')
-rw-r--r--vcl/jsdialog/enabled.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index 171294bf5372..d58839e33af7 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -200,6 +200,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool bMobile)
|| rUIFile == u"modules/swriter/ui/templatedialog2.ui"
|| rUIFile == u"modules/swriter/ui/templatedialog8.ui"
|| rUIFile == u"modules/swriter/ui/textgridpage.ui"
+ || rUIFile == u"modules/swriter/ui/titlepage.ui"
|| rUIFile == u"modules/swriter/ui/tocdialog.ui"
|| rUIFile == u"modules/swriter/ui/tocentriespage.ui"
|| rUIFile == u"modules/swriter/ui/tocindexpage.ui"