diff options
author | Thomas Benisch <tbe@openoffice.org> | 2009-05-29 09:10:08 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2009-05-29 09:10:08 +0000 |
commit | bce20674745eaba6e2e68f09f5eac9a6a15a43a1 (patch) | |
tree | c3317b9fa2827478a9a3934d15427417ca0dd21a /chart2/source/controller/main/SelectionHelper.hxx | |
parent | aaaa0944f7ee56d1143e3529860c341f2e92e531 (diff) |
#i12587# Inserting/editing arbitrary text objects in chart
Diffstat (limited to 'chart2/source/controller/main/SelectionHelper.hxx')
-rw-r--r-- | chart2/source/controller/main/SelectionHelper.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/controller/main/SelectionHelper.hxx b/chart2/source/controller/main/SelectionHelper.hxx index 6e01ed005978..d24c91d25de4 100644 --- a/chart2/source/controller/main/SelectionHelper.hxx +++ b/chart2/source/controller/main/SelectionHelper.hxx @@ -59,6 +59,8 @@ public: //methods ::com::sun::star::frame::XModel >& xChartModel ); bool isDragableObjectSelected(); + bool isNonGraphicObjectShapeSelected(); + //returns true if selection has changed bool setSelection( const ::rtl::OUString& rCID ); bool setSelection( const ::com::sun::star::uno::Reference< |