diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-02-25 22:21:52 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-02-26 13:09:41 +0100 |
commit | c4727a06fe16ed88f2c293aaa3506df8e6523678 (patch) | |
tree | 70062c1264179457a2b880c895ab5c292b21071e /sw/inc/crsrsh.hxx | |
parent | bf250abe262a25e6508a6dd0c0b7f3275d93e216 (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
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r-- | sw/inc/crsrsh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index aefacf20b9b4..f3850ebf6852 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -448,9 +448,9 @@ public: * On the other hand, on receiving the focus all selected ranges are displayed again * (ranges must be recalculated!). */ - bool HasShFcs() const { return m_bHasFocus; } - void ShLooseFcs(); - void ShGetFcs( bool bUpdate = true ); + bool HasShellFocus() const { return m_bHasFocus; } + void ShellLoseFocus(); + void ShellGetFocus( bool bUpdate = true ); // Methods for displaying or hiding the visible text cursor. void ShowCursor(); |