summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/DummyXShape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/main/DummyXShape.cxx')
-rw-r--r--chart2/source/view/main/DummyXShape.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index 3ab2f6348ee7..13a3731b281f 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -17,7 +17,6 @@
#include <stdlib.h>
#include <string.h>
-
#include "CommonConverters.hxx"
#include <rtl/ustring.hxx>
@@ -40,7 +39,6 @@
#include <com/sun/star/awt/XBitmap.hpp>
-
#define ENABLE_DEBUG_PROPERTIES 0
using namespace com::sun::star;
@@ -185,7 +183,6 @@ awt::Point SAL_CALL DummyXShape::getPosition()
return maPosition;
}
-
void SAL_CALL DummyXShape::setPosition( const awt::Point& rPoint )
throw(uno::RuntimeException, std::exception)
{
@@ -1191,7 +1188,6 @@ void DummyChart::clear()
maShapes.clear();
}
-
}
}