diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 14:45:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 14:45:43 +0000 |
commit | 70de0c38fd177b3c95837118c5fb35e380c87e90 (patch) | |
tree | bb54ac0c5769dcfc89fdaeb151ffac6eb18154de /sw/inc/swunohelper.hxx | |
parent | 5aff37cd51879a41365f2ceb0e927bdf57ffddb3 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'sw/inc/swunohelper.hxx')
-rw-r--r-- | sw/inc/swunohelper.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/inc/swunohelper.hxx b/sw/inc/swunohelper.hxx index 570fdf7d1539..d5476761dc7a 100644 --- a/sw/inc/swunohelper.hxx +++ b/sw/inc/swunohelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swunohelper.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jp $ $Date: 2001-10-18 11:39:48 $ + * last change: $Author: hr $ $Date: 2003-03-27 15:38:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,6 +103,12 @@ BOOL UCB_IsReadOnlyFileName( const String& rURL ); 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 ); } #endif |