From 6c415f735bbf9201a18288e2ea16eacad4d635cd Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 22 Dec 2014 09:00:02 +0000 Subject: callcatcher: update unused code Change-Id: I62e49fbf27364bd244099a9bb247452d5a691119 --- svx/source/tbxctrls/SvxColorValueSet.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'svx') diff --git a/svx/source/tbxctrls/SvxColorValueSet.cxx b/svx/source/tbxctrls/SvxColorValueSet.cxx index 11e90edc133e..29b805675e97 100644 --- a/svx/source/tbxctrls/SvxColorValueSet.cxx +++ b/svx/source/tbxctrls/SvxColorValueSet.cxx @@ -40,12 +40,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT vcl::Window* SAL_CALL makeSvxColorValueSet(vcl:: return new SvxColorValueSet(pParent, nWinBits); } -SvxColorValueSet::SvxColorValueSet(vcl::Window* _pParent, const ResId& rResId) -: ValueSet(_pParent, rResId) -{ - SetEdgeBlending(true); -} - sal_uInt32 SvxColorValueSet::getMaxRowCount() const { const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); -- cgit