summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorDarshan11 <darshan.upadhyay@collabora.com>2024-01-03 16:19:39 +0530
committerAndras Timar <andras.timar@collabora.com>2024-01-15 19:41:40 +0100
commit4703340ed0f42fa75a9245349c202e315fe313c7 (patch)
tree0a9ed3aee7092c9d1099a5cd8494c927d1032b7d /vcl
parent0652a662b7dc670818622b360458c5e086c32c7f (diff)
jsdialog: enabled objectdialog (Writer -> Chart -> properties jsdialog)
- before this patch we were getting tunneled dialog in chart `properties` options - which causes to have multiple dialogs appear on screen - objectdialog is not enabled Change-Id: I083c3d05ded528412c36d917bc500e55778a01c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161582 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> (cherry picked from commit e03b03128a4cfe853258f649f8ff6f96a2c8b851) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161567 Tested-by: Jenkins
Diffstat (limited to 'vcl')
-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 993a6f45685e..cbeaf3335cbf 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -197,6 +197,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool bMobile)
|| rUIFile == u"modules/swriter/ui/linenumbering.ui"
|| rUIFile == u"modules/swriter/ui/newuserindexdialog.ui"
|| rUIFile == u"modules/swriter/ui/numparapage.ui"
+ || rUIFile == u"modules/swriter/ui/objectdialog.ui"
|| rUIFile == u"modules/swriter/ui/pagenumberdlg.ui"
|| rUIFile == u"modules/swriter/ui/paradialog.ui"
|| rUIFile == u"modules/swriter/ui/picturedialog.ui"