Kaydet (Commit) ffb2be24 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: curor/cusor(s)->cursor(s)

Change-Id: I5bcb2f1a05cef4a914b20f04a1ca1d8054e14542
üst ba8979c5
...@@ -200,7 +200,7 @@ public class _XTextCursor extends MultiMethodTest { ...@@ -200,7 +200,7 @@ public class _XTextCursor extends MultiMethodTest {
} }
/** /**
* First the cusor is moved to start without expanding * First the cursor is moved to start without expanding
* (must be collapsed), and then it's expanded to the * (must be collapsed), and then it's expanded to the
* whole text (must not be collapsed). <p> * whole text (must not be collapsed). <p>
* *
......
...@@ -1588,7 +1588,7 @@ void SwEditWin::KeyInput(const KeyEvent &rKEvt) ...@@ -1588,7 +1588,7 @@ void SwEditWin::KeyInput(const KeyEvent &rKEvt)
#if OSL_DEBUG_LEVEL > 1 #if OSL_DEBUG_LEVEL > 1
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// for switching curor behaviour in ReadOnly regions // for switching cursor behaviour in ReadOnly regions
if( 0x7210 == rKeyCode.GetFullCode() ) if( 0x7210 == rKeyCode.GetFullCode() )
rSh.SetReadOnlyAvailable( !rSh.IsReadOnlyAvailable() ); rSh.SetReadOnlyAvailable( !rSh.IsReadOnlyAvailable() );
else else
...@@ -3082,7 +3082,7 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt) ...@@ -3082,7 +3082,7 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt)
CaptureMouse(); CaptureMouse();
// reset curor position if applicable // reset cursor position if applicable
rSh.ResetCursorStack(); rSh.ResetCursorStack();
switch ( rMEvt.GetModifier() + rMEvt.GetButtons() ) switch ( rMEvt.GetModifier() + rMEvt.GetButtons() )
...@@ -5012,7 +5012,7 @@ SwEditWin::SwEditWin(vcl::Window *pParent, SwView &rMyView): ...@@ -5012,7 +5012,7 @@ SwEditWin::SwEditWin(vcl::Window *pParent, SwView &rMyView):
m_aTemplateIdle.SetIdleHdl(LINK(this, SwEditWin, TemplateTimerHdl)); m_aTemplateIdle.SetIdleHdl(LINK(this, SwEditWin, TemplateTimerHdl));
// temporary solution!!! Should set the font of the current // 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() ) if( !rMyView.GetDocShell()->IsReadOnly() )
{ {
vcl::Font aFont; vcl::Font aFont;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment