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,
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)
......@@ -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()
......
......@@ -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()
......
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