summaryrefslogtreecommitdiff
path: root/sw/source/core/access/acccontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/acccontext.cxx')
-rw-r--r--sw/source/core/access/acccontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/acccontext.cxx b/sw/source/core/access/acccontext.cxx
index 7dae7b639ddc..4d27552442e8 100644
--- a/sw/source/core/access/acccontext.cxx
+++ b/sw/source/core/access/acccontext.cxx
@@ -1365,7 +1365,7 @@ bool SwAccessibleContext::Select( SwPaM *pPaM, SdrObject *pObj,
pFEShell->IsObjSelected()) )
{
Point aPt( LONG_MIN, LONG_MIN );
- pFEShell->SelectObj( aPt, 0 );
+ pFEShell->SelectObj( aPt );
bCallShowCrsr = true;
}
pCrsrShell->KillPams();