diff options
author | Jan Holesovsky <kendy@collabora.com> | 2016-02-05 12:20:11 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2016-02-05 12:25:54 +0100 |
commit | 0966c344b48991820dddce4e47f01752e82e195b (patch) | |
tree | ca234feb3a699cd326399cba424fe6f9254bb66e /desktop | |
parent | cf7362afe670706a385fdba579deef4ad455aba7 (diff) |
lok: Notify also about the states of .uno:CharBackgroundExt.
.uno:CharBackgroundExt is supplementary to .uno:BackColor.
When .uno:BackColor is set, Writer turns into a 'watercan' mode, where the
user directly marks parts of the text with the wanted background color.
.uno:CharBackgroundExt then controls this watercan mode - dispatching it
toggles the watercan mode on/off, and also the StateChanged events reflect the
on/off mode accordingly.
Change-Id: I6472eb39129d1b1517fba14bad584cbd125e826a
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 74df3531d912..92caf5c51e8e 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -684,6 +684,7 @@ static void doc_iniUnoCommands () OUString(".uno:Bold"), OUString(".uno:CenterPara"), OUString(".uno:CharBackColor"), + OUString(".uno:CharBackgroundExt"), OUString(".uno:CharFontName"), OUString(".uno:Color"), OUString(".uno:DecrementIndent"), |