diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-09-20 17:30:30 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-09-20 17:30:30 -0400 |
commit | 526c2b3c01162dddadd09a63f45759306cfb12ba (patch) | |
tree | d026fc673aabda98fb9548cad5e6ff00837fcef4 /chart2 | |
parent | 707bedff4fee68dfe2ac38ca7b36244ce09af2b7 (diff) |
Unused local variable.
Change-Id: I67fea6c4749b2c69868132bacd761e90933ed84b
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/ChartView.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx index 86a6e5648e1e..f1be1064b154 100644 --- a/chart2/source/view/main/ChartView.cxx +++ b/chart2/source/view/main/ChartView.cxx @@ -2473,10 +2473,6 @@ void ChartView::createShapes() uno::Reference< drawing::XShapes > xDiagramPlusAxes_Shapes( ShapeFactory(m_xShapeFactory).createGroup2D(xDiagramPlusAxesPlusMarkHandlesGroup_Shapes ) ); - //------------ create some titles - SAL_WNODEPRECATED_DECLARATIONS_PUSH - std::auto_ptr<VTitle> apVTitle(0); - SAL_WNODEPRECATED_DECLARATIONS_POP bool bAutoPositionDummy = true; //------------ create main title shape |