From 2e7e5e79c025b75fc01e600cc924f34b4c8b22ce Mon Sep 17 00:00:00 2001 From: Winfried Donkers Date: Mon, 12 Mar 2012 17:25:26 +0100 Subject: fdo#45671 split button for calc cell border color --- sc/source/ui/app/scdll.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx index ece5a1f08c9a..25712d467df3 100644 --- a/sc/source/ui/app/scdll.cxx +++ b/sc/source/ui/app/scdll.cxx @@ -207,7 +207,7 @@ void ScDLL::Init() SvxColorExtToolBoxControl ::RegisterControl(SID_BACKGROUND_COLOR, pMod); SvxFrameToolBoxControl ::RegisterControl(SID_ATTR_BORDER, pMod); SvxFrameLineStyleToolBoxControl ::RegisterControl(SID_FRAME_LINESTYLE, pMod); - SvxFrameLineColorToolBoxControl ::RegisterControl(SID_FRAME_LINECOLOR, pMod); + SvxColorExtToolBoxControl ::RegisterControl(SID_FRAME_LINECOLOR, pMod); SvxClipBoardControl ::RegisterControl(SID_PASTE, pMod ); SvxUndoRedoControl ::RegisterControl(SID_UNDO, pMod ); SvxUndoRedoControl ::RegisterControl(SID_REDO, pMod ); -- cgit