diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-07-01 22:37:23 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-07-02 23:03:07 +0200 |
commit | 3575dba98d427cfe80716befea6f0f21748f88f5 (patch) | |
tree | a4ef874a86df7e0216de1d445fb16e83d7634f1c /chart2/source/view/main/DummyXShape.cxx | |
parent | 4da8281d5a93bb3d253be348cd6cc444546121b7 (diff) |
remove whitespaces
Change-Id: I05ef3c1ffd4e2179e0142a21abf8a4578718102e
Diffstat (limited to 'chart2/source/view/main/DummyXShape.cxx')
-rw-r--r-- | chart2/source/view/main/DummyXShape.cxx | 4 |
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(); } - } } |