summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbxcolorupdate.cxx
diff options
context:
space:
mode:
authorWinfried Donkers <osc@dci-electronics.nl>2012-03-05 17:24:40 +0100
committerTor Lillqvist <tml@iki.fi>2012-03-06 09:50:18 +0200
commit4236f5e19c5d3f3a5007c7a596868d09a7e39bee (patch)
tree36b686691cd58691beed6ab7db3679d69dc32bfb /svx/source/tbxctrls/tbxcolorupdate.cxx
parentb9046068b187f52c2b64be694b9f6cf7e8602246 (diff)
fdo#45688: Split button for Calc cell font color
Diffstat (limited to 'svx/source/tbxctrls/tbxcolorupdate.cxx')
-rw-r--r--svx/source/tbxctrls/tbxcolorupdate.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/tbxctrls/tbxcolorupdate.cxx b/svx/source/tbxctrls/tbxcolorupdate.cxx
index 5c3453a2d619..1b567d44212b 100644
--- a/svx/source/tbxctrls/tbxcolorupdate.cxx
+++ b/svx/source/tbxctrls/tbxcolorupdate.cxx
@@ -62,6 +62,7 @@ namespace svx
mbWasHiContrastMode = ptrTbx ? ( ptrTbx->GetSettings().GetStyleSettings().GetHighContrastMode() ) : sal_False;
switch( mnSlotId )
{
+ case SID_ATTR_CHAR_COLOR :
case SID_ATTR_CHAR_COLOR2 :
Update( COL_BLACK );
break;