summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpproplist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpproplist.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpproplist.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpproplist.cxx b/lotuswordpro/source/filter/lwpproplist.cxx
index 2c62f252be8d..3ecc26782201 100644
--- a/lotuswordpro/source/filter/lwpproplist.cxx
+++ b/lotuswordpro/source/filter/lwpproplist.cxx
@@ -90,7 +90,7 @@ OUString LwpPropList::GetNamedProperty(const OUString& name)
{
return pProp->GetValue().str();
}
- return OUString("");
+ return OUString();
}
LwpPropListElement* LwpPropList::FindPropByName(const OUString& name)
@@ -125,7 +125,7 @@ OUString LwpPropList::EnumNamedProperty(OUString& name,OUString& value)
if(pElement)
return pElement->GetName().str();
}
- return OUString("");
+ return OUString();
}
else
{
@@ -137,7 +137,7 @@ OUString LwpPropList::EnumNamedProperty(OUString& name,OUString& value)
if(pElement)
return pElement->GetName().str();
}
- return OUString("");
+ return OUString();
}
}