vcl/jsdialog/enabled.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e03b03128a4cfe853258f649f8ff6f96a2c8b851
Author:     Darshan11 <darshan.upadh...@collabora.com>
AuthorDate: Wed Jan 3 16:19:39 2024 +0530
Commit:     Szymon Kłos <szymon.k...@collabora.com>
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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>

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"

Reply via email to