vcl/jsdialog/enabled.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 46ea6ae814e83b380b5f6bd044119af8247583a8
Author: Hubert Figuière <[email protected]>
AuthorDate: Fri Feb 9 14:56:49 2024 -0500
Commit: Michael Meeks <[email protected]>
CommitDate: Sat Feb 10 12:51:50 2024 +0100
vcl: Enable sheet protection dialog
Change-Id: Ib8e8209225d027472c1f2eef57839df5784acf30
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163205
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Michael Meeks <[email protected]>
(cherry picked from commit 5c1c842863ee2a63ce69a75ef0820864864905f0)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163174
Tested-by: Jenkins
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index d792128f3360..beb12b5dd081 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -128,6 +128,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool
bMobile)
|| rUIFile == u"modules/scalc/ui/pastespecial.ui"
|| rUIFile == u"modules/scalc/ui/pivotfielddialog.ui"
|| rUIFile == u"modules/scalc/ui/pivottablelayoutdialog.ui"
+ || rUIFile == u"modules/scalc/ui/protectsheetdlg.ui"
|| rUIFile == u"modules/scalc/ui/regressiondialog.ui"
|| rUIFile == u"modules/scalc/ui/rowheightdialog.ui"
|| rUIFile == u"modules/scalc/ui/samplingdialog.ui"