summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorDirk Grobler <dg@openoffice.org>2001-09-27 08:12:06 +0000
committerDirk Grobler <dg@openoffice.org>2001-09-27 08:12:06 +0000
commit2dd773613422cc3c6d4f385c01906a0cd9e993c7 (patch)
tree74b4566d774d17b1808e1deecb61e7c58e3fc96c /ucb
parent3983122d511d7e948674fd453d8627b0b1437461 (diff)
#92427# remove TF_CFGDATA
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/prov.cxx17
1 files changed, 2 insertions, 15 deletions
diff --git a/ucb/source/ucp/file/prov.cxx b/ucb/source/ucp/file/prov.cxx
index 4155452db20c..896af8c9a4dd 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.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: as $ $Date: 2001-07-30 12:47:28 $
+ * last change: $Author: dg $ $Date: 2001-09-27 09:12:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -266,16 +266,8 @@ FileProvider::FileProvider( const Reference< XMultiServiceFactory >& xMultiServi
Sequence< Any > aArguments( 1 );
-#ifdef TF_CFGDATA
aArguments[0] <<=
rtl::OUString::createFromAscii( "org.openoffice.Webtop.Security" );
-#elif SUPD > 604
- aArguments[0] <<=
- rtl::OUString::createFromAscii( "org.openoffice.Security" );
-#else
- aArguments[0] <<=
- rtl::OUString::createFromAscii( "com.sun.star.Security" );
-#endif
Reference< container::XHierarchicalNameAccess > xHierAccess;
if( sProvider.is() )
@@ -288,13 +280,8 @@ FileProvider::FileProvider( const Reference< XMultiServiceFactory >& xMultiServi
if( xHierAccess.is() )
xSubNode = Reference< container::XNameAccess >( xHierAccess,UNO_QUERY );
-#ifdef TF_CFGDATA
rtl::OUString d = rtl::OUString::createFromAscii( "oowSecDir" );
rtl::OUString a = rtl::OUString::createFromAscii( "oowSecAlias" );
-#else
- rtl::OUString d = rtl::OUString::createFromAscii( "Directory" );
- rtl::OUString a = rtl::OUString::createFromAscii( "AliasName" );
-#endif
rtl::OUString aRootDirectory;
if( xSubNode.is() )