summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/DummyXShape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/main/DummyXShape.hxx')
-rw-r--r--chart2/source/view/main/DummyXShape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/DummyXShape.hxx b/chart2/source/view/main/DummyXShape.hxx
index 5fc71e6a9b8f..ddee02d815f9 100644
--- a/chart2/source/view/main/DummyXShape.hxx
+++ b/chart2/source/view/main/DummyXShape.hxx
@@ -169,7 +169,7 @@ public:
*/
virtual void render();
- const com::sun::star::awt::Point& getPos(); // internal API
+ const com::sun::star::awt::Point& getPos() { return maPosition;} // internal API
protected: