summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-19 00:45:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-19 09:30:45 +0100
commit876083ba299ec3d8ccece11d44d21fc636d0630d (patch)
treebd94633dadf7bccd876061cfa0911bf53c9b4bce
parent2064934b26abdaa97ffe0983b3bef9ec772e42bd (diff)
drop unused non-virtuals
-rw-r--r--unusedcode.easy2
-rw-r--r--xmloff/source/chart/ColorPropertySet.cxx10
-rw-r--r--xmloff/source/chart/ColorPropertySet.hxx3
3 files changed, 0 insertions, 15 deletions
diff --git a/unusedcode.easy b/unusedcode.easy
index 39f5479c71c2..3c61688a0699 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -3756,5 +3756,3 @@ xmloff::OControlStyleContext::OControlStyleContext(SvXMLImport&, unsigned short,
xmloff::OFormLayerXMLExport::exportControlNumberStyles()
xmloff::OFormLayerXMLExport::initialize()
xmloff::OFormLayerXMLImport::seekPage(com::sun::star::uno::Reference<com::sun::star::drawing::XDrawPage> const&)
-xmloff::chart::ColorPropertySet::getColor()
-xmloff::chart::ColorPropertySet::setColor(int)
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()