From 4703340ed0f42fa75a9245349c202e315fe313c7 Mon Sep 17 00:00:00 2001 From: Darshan11 Date: Wed, 3 Jan 2024 16:19:39 +0530 Subject: jsdialog: enabled objectdialog (Writer -> Chart -> properties jsdialog) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 Reviewed-by: Szymon Kłos (cherry picked from commit e03b03128a4cfe853258f649f8ff6f96a2c8b851) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161567 Tested-by: Jenkins --- vcl/jsdialog/enabled.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl') 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" -- cgit