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 dd9090d4fc06..19fc3f3e629e 100644
--- a/chart2/source/controller/main/SelectionHelper.cxx
+++ b/chart2/source/controller/main/SelectionHelper.cxx
@@ -482,7 +482,7 @@ SdrObject* SelectionHelper::getMarkHandlesObject( SdrObject* pObj )
OUString aName( lcl_getObjectName( pObj ) );
if( aName.match("MarkHandles") || aName.match("HandlesOnly") )
return pObj;
- if( !aName.isEmpty() )//dont't get the markhandles of a different object
+ if( !aName.isEmpty() )//don't get the markhandles of a different object
return 0;
//search for a child with name "MarkHandles" or "HandlesOnly"