summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-08-07 07:59:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-08-07 07:59:08 +0200
commita1e0232b5179c12892b33cd368b9d17a65c398e0 (patch)
treea7efaeba4aea639ca293356d97ea56ee14217abf /xmloff/source
parentd031f9e24f01369a836370a785538fdba28d7cc1 (diff)
Use OUString::clear
Change-Id: I8ed383cdcf7b802a0c79c67826fc35379e8cd361
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/text/txtparai.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx
index 433c148e61dd..f960ef371379 100644
--- a/xmloff/source/text/txtparai.cxx
+++ b/xmloff/source/text/txtparai.cxx
@@ -1214,7 +1214,7 @@ void XMLIndexMarkImportContext_Impl::GetServiceName(
default:
{
SAL_WARN("xmloff.text", "unknown index mark type!");
- sServiceName = OUString();
+ sServiceName.clear();
break;
}
}