summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/crsrsh.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-02-25 22:21:52 +0100
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-20 01:26:00 -0400
commitd0f1baa0dd8b160a1f06b61d45a9310c4d1b8751 (patch)
treeaab6d855511186de2e8c3f225897434a3bffaa16 /sw/source/core/crsr/crsrsh.cxx
parent8c7a237d0db3a279ac39e8b2697b2a50ac46db00 (diff)
sw: we don't have space to spell out "focus" in ShLooseFcs...
...but we *do* have the space to mis-spell "lose". Change-Id: I0cb55d616dfee614e82975b7b3c25a0dcc37d0d7 (cherry picked from commit c4727a06fe16ed88f2c293aaa3506df8e6523678)
Diffstat (limited to 'sw/source/core/crsr/crsrsh.cxx')
-rw-r--r--sw/source/core/crsr/crsrsh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index 89a3438f6d08..e30c915f1a78 100644
--- a/sw/source/core/crsr/crsrsh.cxx
+++ b/sw/source/core/crsr/crsrsh.cxx
@@ -2176,14 +2176,14 @@ void SwCursorShell::HideCursor()
}
}
-void SwCursorShell::ShLooseFcs()
+void SwCursorShell::ShellLoseFocus()
{
if( !m_bBasicHideCursor )
HideCursors();
m_bHasFocus = false;
}
-void SwCursorShell::ShGetFcs( bool bUpdate )
+void SwCursorShell::ShellGetFocus( bool bUpdate )
{
m_bHasFocus = true;
if( !m_bBasicHideCursor && VisArea().Width() )