summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-08 10:21:09 +0200
committerNoel Grandin <noel@peralex.com>2016-09-08 11:47:19 +0200
commit0f8a30318695447e205b17fb0af06362ab890bc3 (patch)
tree7d31a0475a732772dd0967ba7be29868e24a09ab /sw/source/uibase/wrtsh
parentac1c3f2ab68a17b6508901bf9b5abdad618158a6 (diff)
loplugin:constantparam in sw
Change-Id: Ibae4cac28e6ff52298c804519f683017729c07a5
Diffstat (limited to 'sw/source/uibase/wrtsh')
-rw-r--r--sw/source/uibase/wrtsh/select.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/wrtsh/select.cxx b/sw/source/uibase/wrtsh/select.cxx
index 2db60238eba3..8fb183c55c40 100644
--- a/sw/source/uibase/wrtsh/select.cxx
+++ b/sw/source/uibase/wrtsh/select.cxx
@@ -438,7 +438,7 @@ long SwWrtShell::ExtSelWrd(const Point *pPt, bool )
SwCursorShell::Push(); // save the cursor
SwCursorShell::SetCursor( *pPt ); // and check the direction
- switch( SwCursorShell::CompareCursor( StackMkCurrPt ))
+ switch( SwCursorShell::CompareCursorStackMkCurrPt())
{
case -1: bToTop = false; break;
case 1: bToTop = true; break;