diff options
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx index 447d1e0f8615..9305dd50d958 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.cxx +++ b/xmlhelp/source/cxxhelp/provider/databases.cxx @@ -877,7 +877,7 @@ KeywordInfo* Databases::getKeyword( const OUString& Database, { OUString fileNameHDFHelp( fileURL ); if( bExtension ) - fileNameHDFHelp += OUString::createFromAscii( "_" ); + fileNameHDFHelp += "_"; if( m_xSFA->exists( fileNameHDFHelp ) ) { helpdatafileproxy::Hdf aHdf( fileNameHDFHelp, m_xSFA ); |