summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuediglu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fuediglu.cxx')
-rw-r--r--sd/source/ui/func/fuediglu.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/fuediglu.cxx b/sd/source/ui/func/fuediglu.cxx
index e7cfb70f64a0..51e3c32f106c 100644
--- a/sd/source/ui/func/fuediglu.cxx
+++ b/sd/source/ui/func/fuediglu.cxx
@@ -49,7 +49,7 @@ FuEditGluePoints::FuEditGluePoints (
SfxRequest& rReq)
: FuDraw(pViewSh, pWin, pView, pDoc, rReq)
//Add Shift+UP/DOWN/LEFT/RIGHT key to move the position of insert point,
- //and SHIFT+ENTER key to decide the postion and draw the new insert point
+ //and SHIFT+ENTER key to decide the position and draw the new insert point
,bBeginInsertPoint(sal_False),
oldPoint(0,0)
{
@@ -270,7 +270,7 @@ sal_Bool FuEditGluePoints::KeyInput(const KeyEvent& rKEvt)
mpView->SetActualWin( mpWindow );
//Add Shift+UP/DOWN/LEFT/RIGHT key to move the position of insert point,
- //and SHIFT+ENTER key to decide the postion and draw the new insert point
+ //and SHIFT+ENTER key to decide the position and draw the new insert point
sal_Bool bReturn = sal_False;
@@ -353,7 +353,7 @@ sal_Bool FuEditGluePoints::KeyInput(const KeyEvent& rKEvt)
}
//Add Shift+UP/DOWN/LEFT/RIGHT key to move the position of insert point, and
-//SHIFT+ENTER key to decide the postion and draw the new insert point
+//SHIFT+ENTER key to decide the position and draw the new insert point
void FuEditGluePoints::ForcePointer(const MouseEvent* pMEvt)
{
if(bBeginInsertPoint && pMEvt)