summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorSkyler Grey <skyler3665@gmail.com>2022-08-04 11:24:19 +0100
committerSzymon Kłos <szymon.klos@collabora.com>2022-11-20 10:42:24 +0100
commit318d6175f2cf4328bbd6e88f4f64adfe314d759b (patch)
treee02b7c71caef10f2b9b16eccaca880f589b035ef /vcl
parentb5d3a3ac031d055e433eb2b79b48f6d00fb0e0d6 (diff)
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 <skyler3665@gmail.com> Change-Id: I036ca7ab15e0ab472ff961ef643053f8f6771c0f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137791 Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142973 Tested-by: Jenkins
Diffstat (limited to 'vcl')
-rw-r--r--vcl/jsdialog/enabled.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index 3d830d07cf56..6cad5ecad14e 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -64,7 +64,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;
}