diff options
author | Andreas Bille <abi@openoffice.org> | 2001-06-22 09:52:45 +0000 |
---|---|---|
committer | Andreas Bille <abi@openoffice.org> | 2001-06-22 09:52:45 +0000 |
commit | 65207c0e1d7ea2bee812dff191727edad945c0d1 (patch) | |
tree | 5f33a7cb428da31151f621e793227444e01691ab /ucb/source/ucp/file/prov.cxx | |
parent | 03a40b2ea70f677c45d407a9dc3cb6507fbcbfa4 (diff) |
Changed "org.openoffice.Security" to "org.openoffice.Webtop.Security" for SUPD > 636
Diffstat (limited to 'ucb/source/ucp/file/prov.cxx')
-rw-r--r-- | ucb/source/ucp/file/prov.cxx | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/ucb/source/ucp/file/prov.cxx b/ucb/source/ucp/file/prov.cxx index f6c652bcb87e..11d3b3930758 100644 --- a/ucb/source/ucp/file/prov.cxx +++ b/ucb/source/ucp/file/prov.cxx @@ -2,9 +2,9 @@ * * $RCSfile: prov.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: hro $ $Date: 2001-05-15 15:37:05 $ + * last change: $Author: abi $ $Date: 2001-06-22 10:52:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -267,12 +267,15 @@ FileProvider::FileProvider( const uno::Reference< lang::XMultiServiceFactory >& rtl::OUString::createFromAscii( "com.sun.star.configuration.ConfigurationAccess" ); uno::Sequence< uno::Any > aArguments( 1 ); -#if SUPD > 604 +#if SUPD > 636 aArguments[0] <<= - rtl::OUString::createFromAscii( "org.openoffice.Security" ); + rtl::OUString::createFromAscii( "org.openoffice.Webtop.Security" ); +#elsif SUPD > 604 + aArguments[0] <<= + rtl::OUString::createFromAscii( "org.openoffice.Security" ); #else aArguments[0] <<= - rtl::OUString::createFromAscii( "com.sun.star.Security" ); + rtl::OUString::createFromAscii( "com.sun.star.Security" ); #endif uno::Reference< container::XHierarchicalNameAccess > xHierAccess( sProvider->createInstanceWithArguments( sReaderService,aArguments ), |