summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/bento.hxx
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/bento.hxx
parente2548315bfa103f114cc629a5b99b48f7542e9ac (diff)
loplugin: cstylecast
Change-Id: Id4c581724e7e5466ffe46f11f0a8da2527c23dc6
Diffstat (limited to 'lotuswordpro/source/filter/bento.hxx')
-rw-r--r--lotuswordpro/source/filter/bento.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/bento.hxx b/lotuswordpro/source/filter/bento.hxx
index ec6abfea4e2a..0a44cf3cfeab 100644
--- a/lotuswordpro/source/filter/bento.hxx
+++ b/lotuswordpro/source/filter/bento.hxx
@@ -388,7 +388,7 @@ private: // Data
inline pCBenValueSegment CBenValue::GetNextValueSegment(pCBenValueSegment
pCurrValueSegment)
-{ return (pCBenValueSegment) cValueSegments.GetNextOrNULL(pCurrValueSegment); }
+{ return static_cast<pCBenValueSegment>( cValueSegments.GetNextOrNULL(pCurrValueSegment) ); }
inline pLtcBenContainer CBenValue::GetContainer()
{ return GetProperty()->GetContainer(); }