summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/crstrvl1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/crsr/crstrvl1.cxx')
-rw-r--r--sw/source/core/crsr/crstrvl1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/crsr/crstrvl1.cxx b/sw/source/core/crsr/crstrvl1.cxx
index fcdcd99241f4..9ffa1f720f30 100644
--- a/sw/source/core/crsr/crstrvl1.cxx
+++ b/sw/source/core/crsr/crstrvl1.cxx
@@ -91,7 +91,7 @@ BOOL SwCrsrShell::GoStartSentence()
BOOL SwCrsrShell::SelectWord( const Point* pPt )
{
- return pCurCrsr->SelectWord( pPt );
+ return pCurCrsr->SelectWord( this, pPt );
}