summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx
index a9cdba8ea434..c269d579da86 100644
--- a/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx
+++ b/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx
@@ -52,11 +52,11 @@ ResultSetForRoot::ResultSetForRoot( const uno::Reference< uno::XComponentContext
for( sal_uInt32 i = 0; i < m_aPath.size(); ++i )
{
m_aPath[i] =
- OUString( "vnd.sun.star.help://" ) +
- m_aPath[i] +
- OUString( "?Language=" ) +
- m_aURLParameter.get_language() +
- OUString( "&System=" ) +
+ "vnd.sun.star.help://" +
+ m_aPath[i] +
+ "?Language=" +
+ m_aURLParameter.get_language() +
+ "&System=" +
m_aURLParameter.get_system();
m_nRow = sal_Int32( i );