summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2001-07-13 07:39:10 +0000
committerAndreas Bille <abi@openoffice.org>2001-07-13 07:39:10 +0000
commit27b266f997c3dbd577a2684267e290ab95ec182d (patch)
tree20163ae2beed1241122dc13144d962e199b62270 /xmlhelp
parent1ba7c0c6d1d85dc6eb1d606cc1560287540731e2 (diff)
config keys for src638 and greater
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/treeview/tvread.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx
index caa55dc7791c..060d7d37e435 100644
--- a/xmlhelp/source/treeview/tvread.cxx
+++ b/xmlhelp/source/treeview/tvread.cxx
@@ -701,7 +701,7 @@ ConfigData TVChildTarget::init( const Reference< XMultiServiceFactory >& xSMgr )
// Reading Locale
- seq[0] <<= rtl::OUString::createFromAscii( "org.openoffice.UserProfile" );
+ seq[0] <<= rtl::OUString::createFromAscii( "org.openoffice.Setup" );
try
{
@@ -722,7 +722,7 @@ ConfigData TVChildTarget::init( const Reference< XMultiServiceFactory >& xSMgr )
try
{
aAny2 =
- xHierAccess->getByHierarchicalName( rtl::OUString::createFromAscii("International/Locale") );
+ xHierAccess->getByHierarchicalName( rtl::OUString::createFromAscii("L10N/ooLocale") );
}
catch( const com::sun::star::container::NoSuchElementException& )
{