diff options
Diffstat (limited to 'sw/source/uibase/wrtsh/select.cxx')
-rw-r--r-- | sw/source/uibase/wrtsh/select.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/wrtsh/select.cxx b/sw/source/uibase/wrtsh/select.cxx index 3ae5842f6187..d104ce90aa9b 100644 --- a/sw/source/uibase/wrtsh/select.cxx +++ b/sw/source/uibase/wrtsh/select.cxx @@ -79,13 +79,13 @@ bool SwWrtShell::SelNearestWrd() return SelWrd(); } -bool SwWrtShell::SelWrd(const Point *pPt ) +bool SwWrtShell::SelWrd(const Point *pPt, sal_Int16 nWordType ) { bool bRet; { SwMvContext aMvContext(this); SttSelect(); - bRet = SwCursorShell::SelectWord( pPt ); + bRet = SwCursorShell::SelectWordWT( pPt, nWordType ); } EndSelect(); if( bRet ) |