summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/SelectionHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/main/SelectionHelper.cxx')
-rw-r--r--chart2/source/controller/main/SelectionHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/SelectionHelper.cxx b/chart2/source/controller/main/SelectionHelper.cxx
index 0393af45c90b..9c50d316c2f6 100644
--- a/chart2/source/controller/main/SelectionHelper.cxx
+++ b/chart2/source/controller/main/SelectionHelper.cxx
@@ -321,7 +321,7 @@ bool Selection::isDragableObjectSelected()
return m_xSelectAdditionalShape.is();
}
-bool Selection::isNonGraphicObjectShapeSelected()
+bool Selection::isNonGraphicObjectShapeSelected() const
{
if ( m_xSelectAdditionalShape.is() )
{