summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/benobj.cxx
diff options
context:
space:
mode:
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