summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/SelectionHelper.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-01 23:59:20 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-01 23:59:20 +0100
commitea28395404993c2e9540a4efa3d6f453c2698422 (patch)
treee953f141b990c73e42938fe0df46a380d00df551 /chart2/source/controller/main/SelectionHelper.hxx
parentClean up makefiles (diff)
downloadcore-ea28395404993c2e9540a4efa3d6f453c2698422.tar.gz
core-ea28395404993c2e9540a4efa3d6f453c2698422.zip
Some cppcheck cleaning
Diffstat (limited to 'chart2/source/controller/main/SelectionHelper.hxx')
-rw-r--r--chart2/source/controller/main/SelectionHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/SelectionHelper.hxx b/chart2/source/controller/main/SelectionHelper.hxx
index 6317fb4b4109..0eaba382d9f7 100644
--- a/chart2/source/controller/main/SelectionHelper.hxx
+++ b/chart2/source/controller/main/SelectionHelper.hxx
@@ -74,7 +74,7 @@ public: //methods
void resetPossibleSelectionAfterSingleClickWasEnsured();
void remindSelectionBeforeMouseDown();
- bool isSelectionDifferentFromBeforeMouseDown();
+ bool isSelectionDifferentFromBeforeMouseDown() const;
void adaptSelectionToNewPos( const Point& rMousePos, DrawViewWrapper* pDrawViewWrapper
, bool bIsRightMouse, bool bWaitingForDoubleClick );