From 67bde2460bab738701765f345863c969aa77a8ae Mon Sep 17 00:00:00 2001 From: Krisztian Pinter Date: Tue, 5 Aug 2014 15:39:20 +0200 Subject: Remove redundant class SvxLineColorToolBoxControl Change-Id: I882ee959baae429307218d3076a2a198ff960ddd --- 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 12c40a5e4e95..2772993b30e6 100644 --- a/sc/source/ui/app/scdll.cxx +++ b/sc/source/ui/app/scdll.cxx @@ -171,7 +171,7 @@ void ScDLL::Init() SvxFillToolBoxControl ::RegisterControl(0, pMod); SvxLineStyleToolBoxControl ::RegisterControl(0, pMod); SvxLineWidthToolBoxControl ::RegisterControl(0, pMod); - SvxLineColorToolBoxControl ::RegisterControl(0, pMod); + SvxColorToolBoxControl ::RegisterControl(0, pMod); SvxLineEndToolBoxControl ::RegisterControl(SID_ATTR_LINEEND_STYLE, pMod); SvxStyleToolBoxControl ::RegisterControl(SID_STYLE_APPLY, pMod); SvxFontNameToolBoxControl ::RegisterControl(SID_ATTR_CHAR_FONT, pMod); -- cgit