vcl/jsdialog/enabled.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit c55f174445db16252957a78a31ca911593f81dc0
Author:     Skyler Grey <skyler3...@gmail.com>
AuthorDate: Thu Aug 4 11:24:19 2022 +0100
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Fri Aug 5 08:56:17 2022 +0200

    Enable JSDialogs on the split cells dialog
    
    - This dialog works properly when JSDialog rendering is enabled for it
    - This dialog is already async, so there aren't multi-user issues like
      there are on some other dialogs
    
    Signed-off-by: Skyler Grey <skyler3...@gmail.com>
    Change-Id: I036ca7ab15e0ab472ff961ef643053f8f6771c0f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137791
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index f0d8ed530dcf..e17c93e574f3 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -61,7 +61,8 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool 
bMobile)
         || rUIFile == u"cui/ui/widgettestdialog.ui"
         || rUIFile == u"modules/swriter/ui/contentcontroldlg.ui"
         || rUIFile == u"modules/swriter/ui/contentcontrollistitemdlg.ui"
-        || rUIFile == u"modules/swriter/ui/splittable.ui")
+        || rUIFile == u"modules/swriter/ui/splittable.ui"
+        || rUIFile == u"cui/ui/splitcellsdialog.ui")
     {
         return true;
     }

Reply via email to