Kaydet (Commit) 08fb2bfe authored tarafından Michael Stahl's avatar Michael Stahl

xmloff: fix Apple g++ 4.2.1 warning

Change-Id: I7ded25661e7d3343afc783e804ab5f3cf0207641
üst bc3759f2
...@@ -674,7 +674,8 @@ namespace xmloff ...@@ -674,7 +674,8 @@ namespace xmloff
// the property must exist // the property must exist
if (!m_xPropertyInfo->hasPropertyByName(_rPropertyName)) if (!m_xPropertyInfo->hasPropertyByName(_rPropertyName))
{ {
OSL_FAIL("OPropertyExport::dbg_implCheckProperty: no property with the name " + OUStringToOString(_rPropertyName, RTL_TEXTENCODING_ASCII_US) + "!"); SAL_WARN("xmloff.forms", "OPropertyExport: "
"no property with the name " + _rPropertyName + "!");
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment