From 59019c68943e531e43ec8873e5f8d4f8c91e64b2 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 20 Sep 2015 16:20:35 +0300 Subject: WaE: rewrite as call of rtl::OUString::isEmpty Change-Id: I0dc1a59eaeefd1a55640b94a00142b0fe6696523 --- xmloff/source/draw/ximpshap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index 8a067f697553..df01ab67436f 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -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()) -- cgit