diff options
author | Hubert Figuière <hub@collabora.com> | 2024-02-12 17:32:31 -0500 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2024-02-13 20:58:26 +0100 |
commit | 11ccb687f6739d58d5ad878aece31db330825d08 (patch) | |
tree | 8b0faf487dee10c801f37f29a167284a2489f84e /vcl | |
parent | 635cb75d0ef00784a1877b6b5e2f7f92ec0469be (diff) |
sc: add back protect cell tab from cell format dialog
Also enable the tab in jsdialogs
Signed-off-by: Hubert Figuière <hub@collabora.com>
Change-Id: I2c4eac029568cc0de4be5ebb6b0f4ae47f2da1a1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163263
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
(cherry picked from commit 6cda8155c66bfcd3ebda49ac8254d529629a300e)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163287
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/jsdialog/enabled.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx index beb12b5dd081..b04418257bff 100644 --- a/vcl/jsdialog/enabled.cxx +++ b/vcl/jsdialog/enabled.cxx @@ -97,6 +97,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool bMobile) // scalc || rUIFile == u"modules/scalc/ui/advancedfilterdialog.ui" || rUIFile == u"modules/scalc/ui/analysisofvariancedialog.ui" + || rUIFile == u"modules/scalc/ui/cellprotectionpage.ui" || rUIFile == u"modules/scalc/ui/chardialog.ui" || rUIFile == u"modules/scalc/ui/chisquaretestdialog.ui" || rUIFile == u"modules/scalc/ui/colwidthdialog.ui" |