summaryrefslogtreecommitdiff
path: root/sw/source/core/access/acctable.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-20 13:18:53 +0200
committerNoel Grandin <noel@peralex.com>2015-08-20 13:52:17 +0200
commitb8e48824bf5b71599c0b8604c444d653fad57e5a (patch)
tree269c13e8b7e79547de6a2ab1c317391715f82d8d /sw/source/core/access/acctable.cxx
parent7d769f9df5b95d717f3cd045dbd8f82ff2de27a1 (diff)
loplugin: defaultparams
Change-Id: If105665a016183f08a2be13366e5068060b5954c
Diffstat (limited to 'sw/source/core/access/acctable.cxx')
-rw-r--r--sw/source/core/access/acctable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/acctable.cxx b/sw/source/core/access/acctable.cxx
index 35fca786f314..5e04f508ec73 100644
--- a/sw/source/core/access/acctable.cxx
+++ b/sw/source/core/access/acctable.cxx
@@ -1212,7 +1212,7 @@ uno::Reference< XAccessible > SAL_CALL SwAccessibleTable::getAccessibleCellAt(
const SwFrm *pCellFrm =
GetTableData().GetCell( nRow, nColumn, false, this );
if( pCellFrm )
- xRet = GetMap()->GetContext( pCellFrm, true );
+ xRet = GetMap()->GetContext( pCellFrm );
return xRet;
}