summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2020-08-03 12:15:17 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2020-08-03 12:50:39 +0200
commit74adbe34597e0f1ae181b7fa3df6c1430d869dc4 (patch)
tree2954d3a831ee169e74085b08e2ecca1364ee9f0b /desktop
parentfddfeb653dfd5dd73cbccb4433678d397f092df9 (diff)
lok: state updates for commands in Writer
Change-Id: Id3d429ff4788abce03e9d7c5522655f362d6c249 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99996 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx16
1 files changed, 16 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index eb9c42bf816d..a930e2e2cd92 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -2773,6 +2773,22 @@ static void doc_iniUnoCommands ()
OUString(".uno:RejectTrackedChange"),
OUString(".uno:ShowResolvedAnnotations"),
OUString(".uno:FreezePanesColumn"),
+ OUString(".uno:InsertBreak"),
+ OUString(".uno:InsertEndnote"),
+ OUString(".uno:InsertFootnote"),
+ OUString(".uno:InsertReferenceField"),
+ OUString(".uno:InsertBookmark"),
+ OUString(".uno:InsertAuthoritiesEntry"),
+ OUString(".uno:InsertMultiIndex"),
+ OUString(".uno:InsertField"),
+ OUString(".uno:InsertPageNumberField"),
+ OUString(".uno:InsertPageCountField"),
+ OUString(".uno:InsertDateField"),
+ OUString(".uno:InsertTitleField"),
+ OUString(".uno:InsertFieldCtrl"),
+ OUString(".uno:CharmapControl"),
+ OUString(".uno:EnterGroup"),
+ OUString(".uno:LeaveGroup"),
OUString(".uno:FreezePanesRow")
};