summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/benname.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/benname.cxx')
-rw-r--r--lotuswordpro/source/filter/benname.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/benname.cxx b/lotuswordpro/source/filter/benname.cxx
index 733906de250c..9cdfd5b7c2f7 100644
--- a/lotuswordpro/source/filter/benname.cxx
+++ b/lotuswordpro/source/filter/benname.cxx
@@ -59,10 +59,10 @@ namespace OpenStormBento
{
// changed to remove warning
CBenNamedObject::CBenNamedObject(LtcBenContainer * pContainer,
- BenObjectID ObjectID, CUtListElmt * pPrevObject, const char * sName,
+ BenObjectID ObjectID, CUtListElmt * pPrevObject, const OString& rName,
CUtListElmt * pPrevNamedObjectListElmt)
: CBenObject(pContainer, ObjectID, pPrevObject)
- , csName(sName)
+ , csName(rName)
, cNameListElmt(pPrevNamedObjectListElmt)
{
cNameListElmt.SetNamedObject(this);