summaryrefslogtreecommitdiffstats
path: root/helpcompiler/inc/HelpCompiler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'helpcompiler/inc/HelpCompiler.hxx')
-rw-r--r--helpcompiler/inc/HelpCompiler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcompiler/inc/HelpCompiler.hxx b/helpcompiler/inc/HelpCompiler.hxx
index 2b4a6bad049d..49a22205cae7 100644
--- a/helpcompiler/inc/HelpCompiler.hxx
+++ b/helpcompiler/inc/HelpCompiler.hxx
@@ -108,7 +108,7 @@ namespace fs
{
OString tmp(in);
OUString ustrSystemPath(OStringToOUString(tmp, getThreadTextEncoding()));
- data = data + ustrSystemPath;
+ data += ustrSystemPath;
}
void append(const std::string &in) { append(in.c_str()); }
};