From 876083ba299ec3d8ccece11d44d21fc636d0630d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 19 Aug 2011 00:45:56 +0100 Subject: drop unused non-virtuals --- xmloff/source/chart/ColorPropertySet.cxx | 10 ---------- xmloff/source/chart/ColorPropertySet.hxx | 3 --- 2 files changed, 13 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/chart/ColorPropertySet.cxx b/xmloff/source/chart/ColorPropertySet.cxx index e4a8525f5a1f..d60a24d1b3b5 100644 --- a/xmloff/source/chart/ColorPropertySet.cxx +++ b/xmloff/source/chart/ColorPropertySet.cxx @@ -112,16 +112,6 @@ ColorPropertySet::ColorPropertySet( sal_Int32 nColor, bool bFillColor /* = true ColorPropertySet::~ColorPropertySet() {} -void ColorPropertySet::setColor( sal_Int32 nColor ) -{ - m_nColor = nColor; -} - -sal_Int32 ColorPropertySet::getColor() -{ - return m_nColor; -} - // ____ XPropertySet ____ Reference< XPropertySetInfo > SAL_CALL ColorPropertySet::getPropertySetInfo() diff --git a/xmloff/source/chart/ColorPropertySet.hxx b/xmloff/source/chart/ColorPropertySet.hxx index 003c6119817a..9a5d4223c42a 100644 --- a/xmloff/source/chart/ColorPropertySet.hxx +++ b/xmloff/source/chart/ColorPropertySet.hxx @@ -47,9 +47,6 @@ public: explicit ColorPropertySet( sal_Int32 nColor, bool bFillColor = true ); virtual ~ColorPropertySet(); - void setColor( sal_Int32 nColor ); - sal_Int32 getColor(); - protected: // ____ XPropertySet ____ virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo() -- cgit