summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMihai Varga <mihai.varga@collabora.com>2015-10-29 16:28:37 +0200
committerMihai Varga <mihai.mv13@gmail.com>2015-10-29 16:31:23 +0200
commit8e3685228d833233fc9a912a5e97df0e14597928 (patch)
tree4642edcf95e209aacbc0643a6402831b8cbf25c9 /desktop
parentc5465b860bacd3839446c38d988c6bdc14c539fe (diff)
LOK: font/back color feedback
This is used to know the current font/back color Change-Id: Ic524fcb5c26e1c15ec9c50b2879465152ac8ee34
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 8f12ee2b8d00..8e3b88ed1187 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -566,7 +566,9 @@ static void doc_iniUnoCommands ()
OUString(".uno:DecrementIndent"),
OUString(".uno:CharFontName"),
OUString(".uno:FontHeight"),
- OUString(".uno:StyleApply")
+ OUString(".uno:StyleApply"),
+ OUString(".uno:FontColor"),
+ OUString(".uno:BackColor")
};
util::URL aCommandURL;