summaryrefslogtreecommitdiff
path: root/vcl/jsdialog
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2023-03-23 11:40:30 +0100
committerSzymon Kłos <szymon.klos@collabora.com>2023-04-03 21:08:05 +0200
commit199af45c99e2e45a4a0236fdb5d0da135c205188 (patch)
tree18f9c28ae02dec8a48d8388821a4e0f1b920318b /vcl/jsdialog
parentdd56b1c4980bea867286880bd0ac194b6106c968 (diff)
jsdialog: enable slide properties dialog
Change-Id: I5c6b0c24a049a2368dbe084bcfffc4f777d88625 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149423 Tested-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149964 Tested-by: Jenkins
Diffstat (limited to 'vcl/jsdialog')
-rw-r--r--vcl/jsdialog/enabled.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index 76c5c7b4edde..45559d71cfe1 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -125,6 +125,8 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool bMobile)
|| rUIFile == u"modules/schart/ui/tp_RangeChooser.ui"
|| rUIFile == u"modules/schart/ui/tp_DataSource.ui"
|| rUIFile == u"modules/schart/ui/wizelementspage.ui"
+ // sdraw
+ || rUIFile == u"modules/sdraw/ui/drawpagedialog.ui"
// simpress
|| rUIFile == u"modules/simpress/ui/headerfooterdialog.ui"
|| rUIFile == u"modules/simpress/ui/headerfootertab.ui"