vcl/jsdialog/enabled.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e03b03128a4cfe853258f649f8ff6f96a2c8b851
Author: Darshan11 <[email protected]>
AuthorDate: Wed Jan 3 16:19:39 2024 +0530
Commit: Szymon Kłos <[email protected]>
CommitDate: Wed Jan 3 14:16:43 2024 +0100
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 <[email protected]>
Reviewed-by: Szymon Kłos <[email protected]>
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"