summaryrefslogtreecommitdiff
path: root/sw/inc/swunohelper.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 11:07:22 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 11:07:22 +0000
commit163ad4fa2f3bee7bf702baddf48859814641bcad (patch)
tree19a66743a1d5c4e2e8f2987092e8a3caab4dfcab /sw/inc/swunohelper.hxx
parent5e8afce13ad39f56d0a982e9328aefe7e66ed316 (diff)
INTEGRATION: CWS tune05 (1.2.602); FILE MERGED
2004/07/20 15:53:35 cmc 1.2.602.1: #i30554# unused UCB_IsFile
Diffstat (limited to 'sw/inc/swunohelper.hxx')
-rw-r--r--sw/inc/swunohelper.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/inc/swunohelper.hxx b/sw/inc/swunohelper.hxx
index d5476761dc7a..02e3cc74b8ac 100644
--- a/sw/inc/swunohelper.hxx
+++ b/sw/inc/swunohelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swunohelper.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 15:38:43 $
+ * last change: $Author: obo $ $Date: 2004-08-12 12:07:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,9 +104,6 @@ BOOL UCB_GetFileListOfFolder( const String& rURL, SvStrings& rList,
const String* pExtension = 0,
SvPtrarr* pDateTimeList = 0 );
- // is the URL an existing file?
-BOOL UCB_IsFile( const String& rURL );
-
// is the URL a existing directory?
BOOL UCB_IsDirectory( const String& rURL );
}