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 20:58:07 +0200
commitdcd52e6bcd535da67cf944a5f955b950432abf19 (patch)
tree179646755e4d859d3d813e6cc9482d69dc8360f9 /desktop
parent790c9619709fc1f4226c05e398a7a9f0c4d391f0 (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 1f57fc35b2d2..4ad1bb8bdad5 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;