Blame SOURCES/0113-LOK-Sync-the-list-of-commands-we-initialize-with-tho.patch

135360
From 6dae4fa9f39f043b2b541d3f10e2be81347acb76 Mon Sep 17 00:00:00 2001
135360
From: Jan Holesovsky <kendy@collabora.com>
135360
Date: Tue, 15 Sep 2015 12:00:25 +0200
135360
Subject: [PATCH 113/398] LOK: Sync the list of commands we initialize with
135360
 those we handle.
135360
135360
A better solution is needed, outlined in tdf#94233.
135360
135360
Change-Id: Ie2a58c9c5f5c46566da105ef84d736d7290f4634
135360
(cherry picked from commit 93cdcfac48a3b8cbbd9700ee79f650c6f17d16a4)
135360
---
135360
 desktop/source/lib/init.cxx | 7 ++++++-
135360
 1 file changed, 6 insertions(+), 1 deletion(-)
135360
135360
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
135360
index f17493761529..e56284cdb7cb 100644
135360
--- a/desktop/source/lib/init.cxx
135360
+++ b/desktop/source/lib/init.cxx
135360
@@ -539,12 +539,17 @@ static void doc_iniUnoCommands ()
135360
         OUString(".uno:Italic"),
135360
         OUString(".uno:Underline"),
135360
         OUString(".uno:Strikeout"),
135360
+        OUString(".uno:DefaultBullet"),
135360
+        OUString(".uno:DefaultNumbering"),
135360
         OUString(".uno:LeftPara"),
135360
         OUString(".uno:CenterPara"),
135360
         OUString(".uno:RightPara"),
135360
         OUString(".uno:JustifyPara"),
135360
         OUString(".uno:IncrementIndent"),
135360
-        OUString(".uno:DecrementIndent")
135360
+        OUString(".uno:DecrementIndent"),
135360
+        OUString(".uno:CharFontName"),
135360
+        OUString(".uno:FontHeight"),
135360
+        OUString(".uno:StyleApply")
135360
     };
135360
 
135360
     util::URL aCommandURL;
135360
-- 
135360
2.12.0
135360