summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/benobj.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-21 15:35:58 +0200
committerNoel Grandin <noel@peralex.com>2014-10-23 12:36:15 +0200
commit5f6f57c26ee15787ca2f775f853e57cfc11d666f (patch)
tree846d41ae24e8c84690f22ddd08929ba04120780f /lotuswordpro/source/filter/benobj.cxx
parente2548315bfa103f114cc629a5b99b48f7542e9ac (diff)
loplugin: cstylecast
Change-Id: Id4c581724e7e5466ffe46f11f0a8da2527c23dc6
Diffstat (limited to 'lotuswordpro/source/filter/benobj.cxx')
-rw-r--r--lotuswordpro/source/filter/benobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/benobj.cxx b/lotuswordpro/source/filter/benobj.cxx
index 500fe737de42..3bba37acf011 100644
--- a/lotuswordpro/source/filter/benobj.cxx
+++ b/lotuswordpro/source/filter/benobj.cxx
@@ -67,7 +67,7 @@ pCBenProperty
CBenObject::UseProperty(BenObjectID PropertyID)
{
pCUtListElmt pPrev;
- return (pCBenProperty) FindID(&cProperties, PropertyID, &pPrev);
+ return static_cast<pCBenProperty>( FindID(&cProperties, PropertyID, &pPrev) );
}
pCBenValue