remove an unused method

This commit is contained in:
Felix Zhang 2011-10-19 17:59:13 +08:00 committed by Jan Holesovsky
parent f4496d4478
commit fcea2c9acb
3 changed files with 0 additions and 7 deletions

View file

@ -119,7 +119,6 @@ public:
CustomShapeProperties();
virtual ~CustomShapeProperties();
void apply( const CustomShapePropertiesPtr& );
void pushToPropSet( const ::oox::core::FilterBase& rFilterBase,
const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > & xPropSet,
const ::com::sun::star::uno::Reference < ::com::sun::star::drawing::XShape > & xShape) const;

View file

@ -94,11 +94,6 @@ sal_Int32 CustomShapeProperties::GetCustomShapeGuideValue( const std::vector< Cu
return nIndex;
}
void CustomShapeProperties::apply( const CustomShapePropertiesPtr& /* rSourceCustomShapeProperties */ )
{
// not sure if this needs to be implemented
}
CustomShapeProperties::PresetsMap CustomShapeProperties::maPresetsMap;
void CustomShapeProperties::pushToPropSet( const ::oox::core::FilterBase& /* rFilterBase */,

View file

@ -2460,7 +2460,6 @@ oox::drawingml::ChartExport::exportXAxis(oox::drawingml::AxisIdPair)
oox::drawingml::ChartExport::exportYAxis(oox::drawingml::AxisIdPair)
oox::drawingml::ColorPropertySet::getColor()
oox::drawingml::ColorPropertySet::setColor(int)
oox::drawingml::CustomShapeProperties::apply(boost::shared_ptr<oox::drawingml::CustomShapeProperties> const&)
oox::drawingml::CustomShapeProperties::getValue(std::__debug::vector<oox::drawingml::CustomShapeGuide, std::allocator<oox::drawingml::CustomShapeGuide> > const&, unsigned int) const
oox::drawingml::Diagram::getLayoutId() const
oox::drawingml::DiagramLayout::layout(std::__debug::vector<oox::drawingml::dgm::Point, std::allocator<oox::drawingml::dgm::Point> > const&, com::sun::star::awt::Point const&)