diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:46:50 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:40 +0200 |
commit | 75f5d9d21401d16698eac2c5d092ae83970c0a99 (patch) | |
tree | 5f624f5f7da8dd18b3cbae3de060f309d396b9d8 /sd | |
parent | 574ad3aa020fd872209c67a6a549ed70e5257d0f (diff) |
typo: postion -> position
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/fuediglu.cxx | 6 | ||||
-rw-r--r-- | sd/source/ui/func/fusel.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/fuediglu.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/fusel.hxx | 2 |
4 files changed, 6 insertions, 6 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) diff --git a/sd/source/ui/func/fusel.cxx b/sd/source/ui/func/fusel.cxx index b0cf4d75b674..cd8630ea3fb1 100644 --- a/sd/source/ui/func/fusel.cxx +++ b/sd/source/ui/func/fusel.cxx @@ -92,7 +92,7 @@ FuSelection::FuSelection ( nEditMode(SID_BEZIER_MOVE), pWaterCanCandidate(NULL) //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) ,bMovedToCenterPoint(sal_False) diff --git a/sd/source/ui/inc/fuediglu.hxx b/sd/source/ui/inc/fuediglu.hxx index 5ea12d543057..871b12e95503 100644 --- a/sd/source/ui/inc/fuediglu.hxx +++ b/sd/source/ui/inc/fuediglu.hxx @@ -45,7 +45,7 @@ public: virtual void Deactivate() SAL_OVERRIDE; //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 virtual void ForcePointer(const MouseEvent* pMEvt = NULL) SAL_OVERRIDE; private: sal_Bool bBeginInsertPoint; diff --git a/sd/source/ui/inc/fusel.hxx b/sd/source/ui/inc/fusel.hxx index 6f5add203742..326f69a2fdd7 100644 --- a/sd/source/ui/inc/fusel.hxx +++ b/sd/source/ui/inc/fusel.hxx @@ -98,7 +98,7 @@ private: */ SdrObject* pickObject (const Point& rTestPoint); //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 bBeginInsertPoint; Point oldPoint; //let mouse cursor move |