diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-08-07 07:59:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-08-07 07:59:08 +0200 |
commit | a1e0232b5179c12892b33cd368b9d17a65c398e0 (patch) | |
tree | a7efaeba4aea639ca293356d97ea56ee14217abf /xmloff | |
parent | d031f9e24f01369a836370a785538fdba28d7cc1 (diff) |
Use OUString::clear
Change-Id: I8ed383cdcf7b802a0c79c67826fc35379e8cd361
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtparai.cxx | 2 |
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; } } |