diff options
author | Thomas Benisch <tbe@openoffice.org> | 2009-06-04 09:55:00 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2009-06-04 09:55:00 +0000 |
commit | 36f348fb0bebcbf099be4fddf59380462b39e41a (patch) | |
tree | 037e12a09df710641575f9954de72765bfe2954e /chart2/source/controller/main/ChartController.hxx | |
parent | 8050b0c19a88682fb39741b64e25b214ede62b74 (diff) |
#i12587# Inserting/editing arbitrary text objects in chart
Diffstat (limited to 'chart2/source/controller/main/ChartController.hxx')
-rw-r--r-- | chart2/source/controller/main/ChartController.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/controller/main/ChartController.hxx b/chart2/source/controller/main/ChartController.hxx index 177fedf524f0..b148fc32d505 100644 --- a/chart2/source/controller/main/ChartController.hxx +++ b/chart2/source/controller/main/ChartController.hxx @@ -474,6 +474,8 @@ public: void setDrawMode( ChartDrawMode eMode ) { m_eDrawMode = eMode; } ChartDrawMode getDrawMode() const { return m_eDrawMode; } + bool isShapeContext() const; + public: //----------------------------------------------------------------- //----------------------------------------------------------------- |