summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/SelectionHelper.hxx
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2003-10-28 17:03:30 +0000
committerIngrid Halama <iha@openoffice.org>2003-10-28 17:03:30 +0000
commiteb47633798ec9324a6a6215ecc515646cda1666f (patch)
tree0685113cb3d7036971458c8865c5070b27a13de6 /chart2/source/controller/main/SelectionHelper.hxx
parentpaint problem with title after editing (diff)
downloadcore-eb47633798ec9324a6a6215ecc515646cda1666f.tar.gz
core-eb47633798ec9324a6a6215ecc515646cda1666f.zip
changed right mouse click handling (context for contextmenu spec)
Diffstat (limited to 'chart2/source/controller/main/SelectionHelper.hxx')
-rw-r--r--chart2/source/controller/main/SelectionHelper.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/chart2/source/controller/main/SelectionHelper.hxx b/chart2/source/controller/main/SelectionHelper.hxx
index 52d4c782c7ee..b7f9a13eaeec 100644
--- a/chart2/source/controller/main/SelectionHelper.hxx
+++ b/chart2/source/controller/main/SelectionHelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SelectionHelper.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: bm $ $Date: 2003-10-06 09:58:28 $
+ * last change: $Author: iha $ $Date: 2003-10-28 18:03:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,7 +87,8 @@ public:
, bool bGivenObjectMayBeResult );
static SdrObject* getObjectToSelect( const Point& rMPos
, rtl::OUString& rNameOfLastSelectedObject
- , const DrawViewWrapper& rDrawViewWrapper );
+ , const DrawViewWrapper& rDrawViewWrapper
+ , bool bAllowMultiClickSelectionChange );
SelectionHelper( SdrObject* pSelectedObj, const rtl::OUString& rSelectedObjectCID );
virtual ~SelectionHelper();