summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-03-30 13:58:45 +0000
committerRüdiger Timm <rt@openoffice.org>2004-03-30 13:58:45 +0000
commit1ebc2922bc0fe6e78e69d27d50273cfc465e3712 (patch)
tree83768418c7a9fdfe84c25adb58d4d4a0d394a6f1 /configmgr
parentb6f07a5b590302ce1666963316934afcaf555b81 (diff)
INTEGRATION: CWS cfg04 (1.8.30); FILE MERGED
2003/12/01 11:18:53 ssmith 1.8.30.1: merge from apoco2
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/localbe/localsinglebackend.hxx27
1 files changed, 3 insertions, 24 deletions
diff --git a/configmgr/source/localbe/localsinglebackend.hxx b/configmgr/source/localbe/localsinglebackend.hxx
index 90e86682d209..5619dc108def 100644
--- a/configmgr/source/localbe/localsinglebackend.hxx
+++ b/configmgr/source/localbe/localsinglebackend.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: localsinglebackend.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 14:08:06 $
+ * last change: $Author: rt $ $Date: 2004-03-30 14:58:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -318,28 +318,7 @@ class LocalSingleBackend : public SingleBackendBase {
sal_Bool isMoreRecent(const rtl::OUString& aComponent,
sal_Int32 aLayerId,
const rtl::OUString& aTimestamp) ;
- /**
- Validates a file URL
-
- @param aFileURL URL of the file to validate
- */
- void validateFileURL(rtl::OUString& aFileURL);
- /**
- Checks if a Directory exist for a given file URL
-
- @param aFileURL URL of the file to validate
- */
- void checkIfDirectory(rtl::OUString& aFileURL)
- throw (backend::BackendSetupException);
- /**
- Checks if a File exist for a given file URL
-
- @param aFileURL URL of the file to validate
- */
- void checkFileExists(rtl::OUString& aFileURL)
- throw (backend::CannotConnectException);
-
-} ;
+ } ;
} } // configmgr.localbe