summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-30 16:27:58 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-30 16:27:58 +0000
commit8f55fe4c6c73f110b1c72903c209399ff2527ea5 (patch)
tree44b5e8f5ffd87b6cb6bf0f938876a66ffbf33c64 /xmlhelp
parentb5da2c55a32c93379d98dba59f7d16fac4f9ae89 (diff)
INTEGRATION: CWS help2 (1.13.90); FILE MERGED
2004/08/26 14:56:16 hjs 1.13.90.2: fix links in context tabpage 2004/08/24 10:00:14 abi 1.13.90.1: UseDB=no for treeview
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/treeview/tvread.cxx13
1 files changed, 4 insertions, 9 deletions
diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx
index 9556a5cc6352..ed5cf9b0d87d 100644
--- a/xmlhelp/source/treeview/tvread.cxx
+++ b/xmlhelp/source/treeview/tvread.cxx
@@ -121,14 +121,8 @@ namespace treeview {
rtl::OUStringBuffer strBuff( 22 + len + id.getLength() );
strBuff.appendAscii(
- "vnd.sun.star.help://"
- ).append(
- p->application
- ).appendAscii(
- "/"
- ).append(
- id
- );
+ "vnd.sun.star.help://"
+ ).append(id);
targetURL = strBuff.makeStringAndClear();
}
@@ -758,7 +752,8 @@ ConfigData TVChildTarget::init( const Reference< XMultiServiceFactory >& xSMgr )
rtl::OUString::createFromAscii( "?Language=" ) +
configData.locale +
rtl::OUString::createFromAscii( "&System=" ) +
- configData.system;
+ configData.system +
+ rtl::OUString::createFromAscii( "&UseDB=no" ) ;
return configData;
}