summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml/htmlsupp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/svhtml/htmlsupp.cxx')
-rw-r--r--svtools/source/svhtml/htmlsupp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/svhtml/htmlsupp.cxx b/svtools/source/svhtml/htmlsupp.cxx
index 7069e4e2a07e..8c4324b6cc89 100644
--- a/svtools/source/svhtml/htmlsupp.cxx
+++ b/svtools/source/svhtml/htmlsupp.cxx
@@ -44,11 +44,11 @@ bool HTMLParser::ParseScriptOptions( OUString& rLangString, const OUString& rBas
{
const HTMLOptions& aScriptOptions = GetOptions();
- rLangString = "";
+ rLangString.clear();
rLang = HTML_SL_JAVASCRIPT;
- rSrc = "";
- rLibrary = "";
- rModule = "";
+ rSrc.clear();
+ rLibrary.clear();
+ rModule.clear();
for( size_t i = aScriptOptions.size(); i; )
{