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
This commit is contained in:
parent
b5da2c55a3
commit
8f55fe4c6c
1 changed files with 4 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue