summaryrefslogtreecommitdiff
path: root/starmath/source/cursor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/cursor.cxx')
-rw-r--r--starmath/source/cursor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx
index 3960498ab4a8..7c1c6df689f6 100644
--- a/starmath/source/cursor.cxx
+++ b/starmath/source/cursor.cxx
@@ -241,8 +241,8 @@ void SmCursor::DeletePrev(OutputDevice* pDev){
//Else move select, and delete if not complex
}else{
- this->Move(pDev, MoveLeft, false);
- if(!this->HasComplexSelection())
+ Move(pDev, MoveLeft, false);
+ if(!HasComplexSelection())
Delete();
}
}