summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAron Budea <aron.budea@collabora.com>2022-07-22 23:22:49 +0200
committerAron Budea <aron.budea@collabora.com>2022-07-25 14:58:54 +0200
commit3de8fcd83ade8a7a82ee8da393ed49fd5de58254 (patch)
tree6a923ff4b377e69b9b0dabd35d99a0ab48187403 /desktop
parente6e8ac76faa3a65bfc9fc59d5308d9eec5d3bf97 (diff)
Send state changes of content control UNO commands to LOK
Change-Id: Id6b3f9a35c129078b564f7906e03f6aa9306a5f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137373 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Aron Budea <aron.budea@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 5e9d48b75925..4ab030388e7f 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3179,7 +3179,13 @@ static void doc_iniUnoCommands ()
OUString(".uno:UngroupSparklines"),
OUString(".uno:FormatSparklineMenu"),
OUString(".uno:Protect"),
- OUString(".uno:UnsetCellsReadOnly")
+ OUString(".uno:UnsetCellsReadOnly"),
+ OUString(".uno:ContentControlProperties"),
+ OUString(".uno:InsertCheckboxContentControl"),
+ OUString(".uno:InsertContentControl"),
+ OUString(".uno:InsertDateContentControl"),
+ OUString(".uno:InsertDropdownContentControl"),
+ OUString(".uno:InsertPictureContentControl")
};
util::URL aCommandURL;