summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2016-07-03 09:40:50 -0400
committerHenry Castro <hcastro@collabora.com>2016-07-03 14:20:02 +0000
commitbad68fd0b4a40062990c96a1a3f8d7a31bd84180 (patch)
treefcba9110e9fd416c2ffbe021d90725aa944134ad /desktop
parentsw lok: add status bar UNO commands (diff)
downloadcore-bad68fd0b4a40062990c96a1a3f8d7a31bd84180.tar.gz
core-bad68fd0b4a40062990c96a1a3f8d7a31bd84180.zip
sd: add status bar UNO commands
Change-Id: I7da065edf76ccdbf9e410756c4d1fe81462975ed Reviewed-on: https://gerrit.libreoffice.org/26881 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 60553a66488a..7048da7cd32c 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1006,7 +1006,10 @@ static void doc_iniUnoCommands ()
OUString(".uno:StatePageNumber"),
OUString(".uno:StateWordCount"),
OUString(".uno:PageStyleName"),
- OUString(".uno:SelectionMode")
+ OUString(".uno:SelectionMode"),
+ OUString(".uno:PageStatus"),
+ OUString(".uno:LayoutStatus"),
+ OUString(".uno:Context")
};
util::URL aCommandURL;