summaryrefslogtreecommitdiff
path: root/binfilter/bf_xmloff/source/forms/xmloff_propertyexport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_xmloff/source/forms/xmloff_propertyexport.cxx')
-rw-r--r--binfilter/bf_xmloff/source/forms/xmloff_propertyexport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/binfilter/bf_xmloff/source/forms/xmloff_propertyexport.cxx b/binfilter/bf_xmloff/source/forms/xmloff_propertyexport.cxx
index ade579d75..9a5a01cef 100644
--- a/binfilter/bf_xmloff/source/forms/xmloff_propertyexport.cxx
+++ b/binfilter/bf_xmloff/source/forms/xmloff_propertyexport.cxx
@@ -708,9 +708,9 @@ namespace xmloff
// the property must exist
if (!m_xPropertyInfo->hasPropertyByName(_rPropertyName))
{
- OSL_FAIL(::rtl::OString("OPropertyExport::dbg_implCheckProperty: no property with the name ") +=
- ::rtl::OString(_rPropertyName.getStr(), _rPropertyName.getLength(), RTL_TEXTENCODING_ASCII_US) +=
- ::rtl::OString("!"));
+ OSL_FAIL((::rtl::OString("OPropertyExport::dbg_implCheckProperty: no property with the name ") +=
+ ::rtl::OString(_rPropertyName.getStr(), _rPropertyName.getLength(), RTL_TEXTENCODING_ASCII_US) +=
+ ::rtl::OString("!")).getStr());
return;
}