summaryrefslogtreecommitdiff
path: root/sw/inc/swunohelper.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-24 15:13:36 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-24 15:13:36 +0000
commitb74382265e8a1eefc13b06ee3e7769d7ba858a23 (patch)
treec3c7685436c4845c3822e71f63e0393390b09915 /sw/inc/swunohelper.hxx
parent1a17aa4ed3c3bcbb70c2338de2540e0ab7e188fa (diff)
#i10000# Revived UCB_IsFile, because something from CWS swmailmerge needs it
Diffstat (limited to 'sw/inc/swunohelper.hxx')
-rw-r--r--sw/inc/swunohelper.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/swunohelper.hxx b/sw/inc/swunohelper.hxx
index d9b28614ee12..9f10af4eed15 100644
--- a/sw/inc/swunohelper.hxx
+++ b/sw/inc/swunohelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swunohelper.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-09-20 13:04:20 $
+ * last change: $Author: rt $ $Date: 2004-09-24 16:13:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,6 +109,9 @@ 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 );
}