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

Remove unused code in drawingml/diagram.

üst 0b54154f
...@@ -95,9 +95,6 @@ void DiagramData::dump() ...@@ -95,9 +95,6 @@ void DiagramData::dump()
boost::bind( &dgm::Point::dump, _1 ) ); boost::bind( &dgm::Point::dump, _1 ) );
} }
void DiagramLayout::layout( const dgm::Points & /*pTree*/, const awt::Point & /*pt*/ )
{
}
void Diagram::setData( const DiagramDataPtr & pData) void Diagram::setData( const DiagramDataPtr & pData)
{ {
......
...@@ -237,8 +237,6 @@ public: ...@@ -237,8 +237,6 @@ public:
const DiagramDataPtr & getStyleData() const const DiagramDataPtr & getStyleData() const
{ return mpStyleData; } { return mpStyleData; }
void layout( const dgm::Points & pTree, const com::sun::star::awt::Point & pt );
private: private:
::rtl::OUString msDefStyle; ::rtl::OUString msDefStyle;
::rtl::OUString msMinVer; ::rtl::OUString msMinVer;
......
...@@ -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::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
oox::drawingml::TextListStyle::dump() const oox::drawingml::TextListStyle::dump() 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