summaryrefslogtreecommitdiff
path: root/svtools/source/svrtf/parrtf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/svrtf/parrtf.cxx')
-rw-r--r--svtools/source/svrtf/parrtf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx
index 49a612eec01c..b15aca721ecf 100644
--- a/svtools/source/svrtf/parrtf.cxx
+++ b/svtools/source/svrtf/parrtf.cxx
@@ -163,7 +163,7 @@ int SvRTFParser::_GetNextToken()
aParserStates.top().
nUCharOverread = nUCharOverread;
}
- aToken = ""; // #i47831# erase token to prevent the token from being treated as text
+ aToken.clear(); // #i47831# erase token to prevent the token from being treated as text
// read next token
nRet = 0;
break;