diff options
-rw-r--r-- | chart2/source/view/main/OpenglShapeFactory.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/view/main/OpenglShapeFactory.cxx b/chart2/source/view/main/OpenglShapeFactory.cxx index 90114e0c3b3a..c6dedadfbe39 100644 --- a/chart2/source/view/main/OpenglShapeFactory.cxx +++ b/chart2/source/view/main/OpenglShapeFactory.cxx @@ -348,7 +348,6 @@ uno::Reference< drawing::XShape > , const drawing::PointSequenceSequence& rPoints , const VLineProperties* pLineProperties ) { - SAL_WARN("chart2.opengl", "OpenglShapeFactory::createLine2D()-----test:"); dummy::DummyLine2D* pLine = new dummy::DummyLine2D(rPoints, pLineProperties); xTarget->add(pLine); |