summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMihai Varga <mihai.varga@collabora.com>2015-12-18 16:55:25 +0200
committerMihai Varga <mihai.mv13@gmail.com>2015-12-18 16:58:17 +0200
commit8a7a20f67567ee94a5d3a77230c8e260f0142c1c (patch)
tree69b9df5d2df098fd4381034e7b90b52ae00d0db6 /desktop
parentd95428278d54697064973a70c68fd2c40d174d8a (diff)
LOK: get feedback for all of the font/back color commands
Change-Id: Id4aac707666420752b985bcfd03b5b9bb99f79f1
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 8fa8e0eb9d6b..3b0c7d769455 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -661,9 +661,12 @@ static void doc_iniUnoCommands ()
OUString sUnoCommands[] =
{
OUString(".uno:BackColor"),
+ OUString(".uno:BackgroundColor"),
OUString(".uno:Bold"),
OUString(".uno:CenterPara"),
+ OUString(".uno:CharBackColor"),
OUString(".uno:CharFontName"),
+ OUString(".uno:Color"),
OUString(".uno:DecrementIndent"),
OUString(".uno:DefaultBullet"),
OUString(".uno:DefaultNumbering"),