diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-19 00:45:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-19 09:30:45 +0100 |
commit | 876083ba299ec3d8ccece11d44d21fc636d0630d (patch) | |
tree | bd94633dadf7bccd876061cfa0911bf53c9b4bce /xmloff | |
parent | 2064934b26abdaa97ffe0983b3bef9ec772e42bd (diff) |
drop unused non-virtuals
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/ColorPropertySet.cxx | 10 | ||||
-rw-r--r-- | xmloff/source/chart/ColorPropertySet.hxx | 3 |
2 files changed, 0 insertions, 13 deletions
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() |