summaryrefslogtreecommitdiff
path: root/sw/source/core/access/acctable.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-24 10:38:59 +0200
committerNoel Grandin <noel@peralex.com>2014-11-25 10:09:50 +0200
commit1be3bfed0a76c7e43f0376fb375abcfb5d954eb8 (patch)
treed4a99322685de0a29ec671cc9670b01441e9fddc /sw/source/core/access/acctable.cxx
parenta8a8cb216fd2b25a1ed8b9c217685dccacaa428e (diff)
loplugin: cstylecast
Change-Id: I5f260c59e9db918c4daad938981b874d89106b11
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 b6e30dd8c3a2..2c66fb6adb22 100644
--- a/sw/source/core/access/acctable.cxx
+++ b/sw/source/core/access/acctable.cxx
@@ -210,7 +210,7 @@ void SwAccessibleTableData_Impl::CollectRowHeaderData( const SwFrm *pFrm )
rLower.IsAccessible( mbIsInPagePreview ) )
{
//Added by yanjun. Can't find the "GetRowHeaderFlag" function(Need vefiry).
- //if(((SwCellFrm*)pLower)->GetRowHeaderFlag())
+ //if(static_cast<SwCellFrm*>(pLower)->GetRowHeaderFlag())
// maColumns.insert( pLower->Frm().Left() - maTabFrmPos.X() );
}
else