WaE: rewrite as call of rtl::OUString::isEmpty

Change-Id: I0dc1a59eaeefd1a55640b94a00142b0fe6696523
This commit is contained in:
Tor Lillqvist
2015-09-20 16:20:35 +03:00
parent cc3e899fab
commit 59019c6894

View File

@@ -1760,7 +1760,7 @@ void SdXMLTextBoxShapeContext::StartElement(const uno::Reference< xml::sax::XAtt
}
}
if(maChainNextName != "")
if(!maChainNextName.isEmpty())
{
uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY);
if(xPropSet.is())