diff options
author | Winfried Donkers <osc@dci-electronics.nl> | 2012-03-05 17:24:40 +0100 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-06 09:50:18 +0200 |
commit | 4236f5e19c5d3f3a5007c7a596868d09a7e39bee (patch) | |
tree | 36b686691cd58691beed6ab7db3679d69dc32bfb /sc/source/ui/view/formatsh.cxx | |
parent | b9046068b187f52c2b64be694b9f6cf7e8602246 (diff) |
fdo#45688: Split button for Calc cell font color
Diffstat (limited to 'sc/source/ui/view/formatsh.cxx')
-rw-r--r-- | sc/source/ui/view/formatsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/formatsh.cxx b/sc/source/ui/view/formatsh.cxx index bc72117915ae..61522d6757dc 100644 --- a/sc/source/ui/view/formatsh.cxx +++ b/sc/source/ui/view/formatsh.cxx @@ -1425,11 +1425,11 @@ void ScFormatShell::ExecuteAttr( SfxRequest& rReq ) sal_uInt16 nSlot = rReq.GetSlot(); pTabViewShell->HideListBox(); // Autofilter-DropDown-Listbox - if ( !pNewAttrs ) { switch ( nSlot ) { + case SID_ATTR_CHAR_COLOR: case SID_ATTR_CHAR_FONT: case SID_ATTR_CHAR_FONTHEIGHT: pTabViewShell->ExecuteCellFormatDlg( rReq, TP_FONT ); // wenn ToolBar vertikal |