Kaydet (Commit) 3bcc1762 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

simplify code

Change-Id: I5150299c68576e2442f1ef4c8722a3f5ccb3a070
üst b4972afa
...@@ -246,10 +246,7 @@ void ScfPropertySet::SetAnyProperty( const OUString& rPropName, const Any& rValu ...@@ -246,10 +246,7 @@ void ScfPropertySet::SetAnyProperty( const OUString& rPropName, const Any& rValu
} }
catch (const Exception&) catch (const Exception&)
{ {
OSL_FAIL(OStringBuffer("ScfPropertySet::SetAnyProperty - cannot set property \"") SAL_WARN("sc", "ScfPropertySet::SetAnyProperty - cannot set property \"" + rPropName + "\"");
.append(OUStringToOString(rPropName,
RTL_TEXTENCODING_ASCII_US))
.append('"').getStr());
} }
} }
......
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