summaryrefslogtreecommitdiffstats
path: root/xmloff/source/core/XMLBase64ImportContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/core/XMLBase64ImportContext.cxx')
-rw-r--r--xmloff/source/core/XMLBase64ImportContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/core/XMLBase64ImportContext.cxx b/xmloff/source/core/XMLBase64ImportContext.cxx
index 72b9893288e0..76b92f1bde22 100644
--- a/xmloff/source/core/XMLBase64ImportContext.cxx
+++ b/xmloff/source/core/XMLBase64ImportContext.cxx
@@ -58,7 +58,7 @@ void XMLBase64ImportContext::Characters( const OUString& rChars )
{
sChars = sBase64CharsLeft;
sChars += sTrimmedChars;
- sBase64CharsLeft = OUString();
+ sBase64CharsLeft.clear();
}
else
{