summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx
index 61756c23eeda..26b673982333 100644
--- a/xmlhelp/source/cxxhelp/provider/databases.cxx
+++ b/xmlhelp/source/cxxhelp/provider/databases.cxx
@@ -1057,7 +1057,7 @@ void Databases::setActiveText( const OUString& Module,
if( pData[i] == '%' || pData[i] == '$' )
{
// need of replacement
- OUString temp = OUString( pData, nSize, RTL_TEXTENCODING_UTF8 );
+ OUString temp( pData, nSize, RTL_TEXTENCODING_UTF8 );
replaceName( temp );
tmp = OString( temp.getStr(),
temp.getLength(),