summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par4.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-24 10:39:48 +0200
committerNoel Grandin <noel@peralex.com>2014-11-25 10:09:52 +0200
commitef4cd4a718d428ccc5c4958545a6af7564f186e4 (patch)
tree587ae4af28ec3e65b6cfef81820da583be305406 /sw/source/filter/ww8/ww8par4.cxx
parente9251f1f47cf3d1c6475f51a988ff5cee0f03159 (diff)
loplugin: cstylecast
Change-Id: Ic66f273dcc4b6c2c9867dfb038c420b7bc939986
Diffstat (limited to 'sw/source/filter/ww8/ww8par4.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par4.cxx b/sw/source/filter/ww8/ww8par4.cxx
index b09fec67d5bf..7c5f5f5b05a0 100644
--- a/sw/source/filter/ww8/ww8par4.cxx
+++ b/sw/source/filter/ww8/ww8par4.cxx
@@ -291,7 +291,7 @@ SwFrmFmt* SwWW8ImplReader::ImportOle(const Graphic* pGrf,
{
if (pRet->ISA(SdrOle2Obj))
{
- pFmt = InsertOle(*((SdrOle2Obj*)pRet), *pFlySet, *pGrfSet);
+ pFmt = InsertOle(*static_cast<SdrOle2Obj*>(pRet), *pFlySet, *pGrfSet);
SdrObject::Free( pRet ); // das brauchen wir nicht mehr
}
else