[Libreoffice-commits] core.git: desktop/source

Jan Holesovsky kendy at collabora.com
Tue Sep 15 03:15:32 PDT 2015


 desktop/source/lib/init.cxx |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 93cdcfac48a3b8cbbd9700ee79f650c6f17d16a4
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Tue Sep 15 12:00:25 2015 +0200

    LOK: Sync the list of commands we initialize with those we handle.
    
    A better solution is needed, outlined in tdf#94233.
    
    Change-Id: Ie2a58c9c5f5c46566da105ef84d736d7290f4634

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index f174937..e56284c 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;


More information about the Libreoffice-commits mailing list