summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/urlparameter.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
index 254be3166ff3..8cc8cf857ad4 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
@@ -306,12 +306,7 @@ void URLParameter::readHelpDataFile()
m_aJar = converter.getDatabase();
if( !aExtensionPath.isEmpty() )
{
- OUStringBuffer aExtendedJarStrBuf;
- aExtendedJarStrBuf.append( '?' );
- aExtendedJarStrBuf.append( aExtensionPath );
- aExtendedJarStrBuf.append( '?' );
- aExtendedJarStrBuf.append( m_aJar );
- m_aJar = aExtendedJarStrBuf.makeStringAndClear();
+ m_aJar = "?" + aExtensionPath + "?" + m_aJar;
m_aExtensionRegistryPath = aExtensionRegistryPath;
}
m_aTag = converter.getHash();