diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-09-23 14:44:58 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-23 13:12:00 +0000 |
commit | fd8183f7d2458fe474fe36462d2d4c23bc1d37e7 (patch) | |
tree | 38df17bd7bba2d2f10bb056438dd60d9a6530a37 /sw/source/uibase/wrtsh/select.cxx | |
parent | 98680db45f51296f536b9f9889f53172fa50ee8f (diff) |
no point in redeclaring methods with slightly different names
Change-Id: I446ca61415e998d1f325b602cb587815af5ff425
Reviewed-on: https://gerrit.libreoffice.org/18813
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/uibase/wrtsh/select.cxx')
-rw-r--r-- | sw/source/uibase/wrtsh/select.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/wrtsh/select.cxx b/sw/source/uibase/wrtsh/select.cxx index 74617336f80c..5e3acf1583e8 100644 --- a/sw/source/uibase/wrtsh/select.cxx +++ b/sw/source/uibase/wrtsh/select.cxx @@ -63,7 +63,7 @@ void SwWrtShell::Invalidate() bool SwWrtShell::SelNearestWrd() { SwMvContext aMvContext(this); - if( !IsInWrd() && !IsEndWrd() && !IsSttWrd() ) + if( !IsInWord() && !IsEndWrd() && !IsStartWord() ) PrvWrd(); if( IsEndWrd() ) Left(CRSR_SKIP_CELLS, false, 1, false ); |