summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/SvxColorValueSet.cxx6
1 files changed, 0 insertions, 6 deletions
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();