Kaydet (Commit) 0b54154f authored tarafından Mariana Marasoiu's avatar Mariana Marasoiu Kaydeden (comit) Caolán McNamara

Remove unused code in drawingml.

üst e6c0961c
...@@ -156,7 +156,6 @@ public: ...@@ -156,7 +156,6 @@ public:
void setMirroredY( sal_Bool bMirroredY ) { mbMirroredY = bMirroredY; }; void setMirroredY( sal_Bool bMirroredY ) { mbMirroredY = bMirroredY; };
void setTextRotateAngle( sal_Int32 nAngle ) { mnTextRotateAngle = nAngle; }; void setTextRotateAngle( sal_Int32 nAngle ) { mnTextRotateAngle = nAngle; };
double getValue( const std::vector< CustomShapeGuide >&, sal_uInt32 nIndex ) const;
static sal_Int32 SetCustomShapeGuideValue( std::vector< CustomShapeGuide >& rGuideList, const CustomShapeGuide& rGuide ); static sal_Int32 SetCustomShapeGuideValue( std::vector< CustomShapeGuide >& rGuideList, const CustomShapeGuide& rGuide );
static sal_Int32 GetCustomShapeGuideValue( const std::vector< CustomShapeGuide >& rGuideList, const rtl::OUString& rFormulaName ); static sal_Int32 GetCustomShapeGuideValue( const std::vector< CustomShapeGuide >& rGuideList, const rtl::OUString& rFormulaName );
......
...@@ -359,16 +359,6 @@ void CustomShapeProperties::pushToPropSet( const ::oox::core::FilterBase& /* rFi ...@@ -359,16 +359,6 @@ void CustomShapeProperties::pushToPropSet( const ::oox::core::FilterBase& /* rFi
} }
} }
double CustomShapeProperties::getValue( const std::vector< CustomShapeGuide >& rGuideList, sal_uInt32 nIndex ) const
{
double fRet = 0.0;
if ( nIndex < rGuideList.size() )
{
}
return fRet;
}
Any CustomShapeProvider::createStringSequence( size_t nStrings, const char **pStrings ) Any CustomShapeProvider::createStringSequence( size_t nStrings, const char **pStrings )
{ {
Sequence< OUString > aStringSequence( nStrings ); Sequence< OUString > aStringSequence( nStrings );
......
...@@ -898,7 +898,6 @@ oox::drawingml::ChartExport::exportXAxis(oox::drawingml::AxisIdPair) ...@@ -898,7 +898,6 @@ oox::drawingml::ChartExport::exportXAxis(oox::drawingml::AxisIdPair)
oox::drawingml::ChartExport::exportYAxis(oox::drawingml::AxisIdPair) oox::drawingml::ChartExport::exportYAxis(oox::drawingml::AxisIdPair)
oox::drawingml::ColorPropertySet::getColor() oox::drawingml::ColorPropertySet::getColor()
oox::drawingml::ColorPropertySet::setColor(int) oox::drawingml::ColorPropertySet::setColor(int)
oox::drawingml::CustomShapeProperties::getValue(std::__debug::vector<oox::drawingml::CustomShapeGuide, std::allocator<oox::drawingml::CustomShapeGuide> > const&, unsigned int) 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&) oox::drawingml::DiagramLayout::layout(std::__debug::vector<oox::drawingml::dgm::Point, std::allocator<oox::drawingml::dgm::Point> > const&, com::sun::star::awt::Point const&)
oox::drawingml::GraphicProperties::assignUsed(oox::drawingml::GraphicProperties const&) oox::drawingml::GraphicProperties::assignUsed(oox::drawingml::GraphicProperties const&)
oox::drawingml::TextBodyProperties::pushToPropMap(oox::PropertyMap&) const oox::drawingml::TextBodyProperties::pushToPropMap(oox::PropertyMap&) const
......
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