summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparai.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtparai.cxx')
-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;
}
}