WaE: rewrite as call of rtl::OUString::isEmpty
Change-Id: I0dc1a59eaeefd1a55640b94a00142b0fe6696523
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user