diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-08-21 08:01:18 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-08-21 08:01:18 +0000 |
commit | 1ef8ad411d3388af03e54575cb41d8c5cf7ca6c1 (patch) | |
tree | ff672fdec3974c7945faaf32152c9cb6326f9a84 /unotools/inc | |
parent | 4280252836da27d770ea1341258fa945f256aa99 (diff) |
#91027#: method for detecting file contents
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/localfilehelper.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unotools/inc/unotools/localfilehelper.hxx b/unotools/inc/unotools/localfilehelper.hxx index bf569ab80334..2420bae1864f 100644 --- a/unotools/inc/unotools/localfilehelper.hxx +++ b/unotools/inc/unotools/localfilehelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: localfilehelper.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mba $ $Date: 2000-12-07 11:29:29 $ + * last change: $Author: mba $ $Date: 2001-08-21 09:00:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,6 +95,7 @@ public: static sal_Bool ConvertURLToSystemPath( const String& rName, String& rReturn ); static sal_Bool IsLocalFile( const String& rName ); + static sal_Bool IsFileContent( const String& rName ); static ::com::sun::star::uno::Sequence< ::rtl::OUString > GetFolderContents( const ::rtl::OUString& rFolder, sal_Bool bFolder ); |