Kaydet (Commit) 876083ba authored tarafından Caolán McNamara's avatar Caolán McNamara

drop unused non-virtuals

üst 2064934b
...@@ -3756,5 +3756,3 @@ xmloff::OControlStyleContext::OControlStyleContext(SvXMLImport&, unsigned short, ...@@ -3756,5 +3756,3 @@ xmloff::OControlStyleContext::OControlStyleContext(SvXMLImport&, unsigned short,
xmloff::OFormLayerXMLExport::exportControlNumberStyles() xmloff::OFormLayerXMLExport::exportControlNumberStyles()
xmloff::OFormLayerXMLExport::initialize() xmloff::OFormLayerXMLExport::initialize()
xmloff::OFormLayerXMLImport::seekPage(com::sun::star::uno::Reference<com::sun::star::drawing::XDrawPage> const&) xmloff::OFormLayerXMLImport::seekPage(com::sun::star::uno::Reference<com::sun::star::drawing::XDrawPage> const&)
xmloff::chart::ColorPropertySet::getColor()
xmloff::chart::ColorPropertySet::setColor(int)
...@@ -112,16 +112,6 @@ ColorPropertySet::ColorPropertySet( sal_Int32 nColor, bool bFillColor /* = true ...@@ -112,16 +112,6 @@ ColorPropertySet::ColorPropertySet( sal_Int32 nColor, bool bFillColor /* = true
ColorPropertySet::~ColorPropertySet() ColorPropertySet::~ColorPropertySet()
{} {}
void ColorPropertySet::setColor( sal_Int32 nColor )
{
m_nColor = nColor;
}
sal_Int32 ColorPropertySet::getColor()
{
return m_nColor;
}
// ____ XPropertySet ____ // ____ XPropertySet ____
Reference< XPropertySetInfo > SAL_CALL ColorPropertySet::getPropertySetInfo() Reference< XPropertySetInfo > SAL_CALL ColorPropertySet::getPropertySetInfo()
......
...@@ -47,9 +47,6 @@ public: ...@@ -47,9 +47,6 @@ public:
explicit ColorPropertySet( sal_Int32 nColor, bool bFillColor = true ); explicit ColorPropertySet( sal_Int32 nColor, bool bFillColor = true );
virtual ~ColorPropertySet(); virtual ~ColorPropertySet();
void setColor( sal_Int32 nColor );
sal_Int32 getColor();
protected: protected:
// ____ XPropertySet ____ // ____ XPropertySet ____
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo() virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment