summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-09-15 12:00:25 +0200
committerJan Holesovsky <kendy@collabora.com>2015-09-15 12:14:48 +0200
commit93cdcfac48a3b8cbbd9700ee79f650c6f17d16a4 (patch)
tree90a3eb245241f9952bcdc7d2958bff49ef3dbf71 /desktop
parent4890dd0c441a6c95003fe91ad1d983de6b49ec57 (diff)
LOK: Sync the list of commands we initialize with those we handle.
A better solution is needed, outlined in tdf#94233. Change-Id: Ie2a58c9c5f5c46566da105ef84d736d7290f4634
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index f17493761529..e56284cdb7cb 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -539,12 +539,17 @@ static void doc_iniUnoCommands ()
OUString(".uno:Italic"),
OUString(".uno:Underline"),
OUString(".uno:Strikeout"),
+ OUString(".uno:DefaultBullet"),
+ OUString(".uno:DefaultNumbering"),
OUString(".uno:LeftPara"),
OUString(".uno:CenterPara"),
OUString(".uno:RightPara"),
OUString(".uno:JustifyPara"),
OUString(".uno:IncrementIndent"),
- OUString(".uno:DecrementIndent")
+ OUString(".uno:DecrementIndent"),
+ OUString(".uno:CharFontName"),
+ OUString(".uno:FontHeight"),
+ OUString(".uno:StyleApply")
};
util::URL aCommandURL;