summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2023-07-26 16:39:49 +0700
committerPranam Lashkari <lpranam@collabora.com>2023-10-18 23:57:18 +0200
commitb83f069101f1e6d8aaac09a805f02bbc4c619e7a (patch)
tree28480875bafe324885181f4be2c1aca8dc891c31 /desktop
parente7e5b43c4906d9f0e199f689addc29aa98916e6e (diff)
LOK: send state of protected cells
Change-Id: I432a3af50b6089faa80a28804d95d816af6cd278 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154936 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-by: Pranam Lashkari <lpranam@collabora.com> (cherry picked from commit 5f13751cefd725cb2a38e66c9484046e6141c6c2) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158150 Tested-by: Jenkins
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 6d9697d60aed..416265df4099 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3842,7 +3842,8 @@ static void doc_iniUnoCommands ()
OUString(".uno:InsertDropdownContentControl"),
OUString(".uno:InsertPlainTextContentControl"),
OUString(".uno:InsertPictureContentControl"),
- OUString(".uno:DataFilterAutoFilter")
+ OUString(".uno:DataFilterAutoFilter"),
+ OUString(".uno:CellProtection")
};
util::URL aCommandURL;