diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 10:55:40 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 10:56:22 +0100 |
commit | ffb2be24b286edc7de4241aea9f0222164fc923c (patch) | |
tree | 08c8961a789c44975d8eaeb4a216a98684f6395f /sw | |
parent | ba8979c594ad57a1b2905cba8fdf9697d8342e93 (diff) |
Typo: curor/cusor(s)->cursor(s)
Change-Id: I5bcb2f1a05cef4a914b20f04a1ca1d8054e14542
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/docvw/edtwin.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index 53a1abb5874e..9b641cf4c15d 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -1588,7 +1588,7 @@ void SwEditWin::KeyInput(const KeyEvent &rKEvt) #if OSL_DEBUG_LEVEL > 1 //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - // for switching curor behaviour in ReadOnly regions + // for switching cursor behaviour in ReadOnly regions if( 0x7210 == rKeyCode.GetFullCode() ) rSh.SetReadOnlyAvailable( !rSh.IsReadOnlyAvailable() ); else @@ -3082,7 +3082,7 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt) CaptureMouse(); - // reset curor position if applicable + // reset cursor position if applicable rSh.ResetCursorStack(); switch ( rMEvt.GetModifier() + rMEvt.GetButtons() ) @@ -5012,7 +5012,7 @@ SwEditWin::SwEditWin(vcl::Window *pParent, SwView &rMyView): m_aTemplateIdle.SetIdleHdl(LINK(this, SwEditWin, TemplateTimerHdl)); // temporary solution!!! Should set the font of the current - // insert position at every curor movement! + // insert position at every cursor movement! if( !rMyView.GetDocShell()->IsReadOnly() ) { vcl::Font aFont; |