diff options
-rw-r--r-- | unotools/inc/unotools/localfilehelper.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/inc/unotools/localfilehelper.hxx b/unotools/inc/unotools/localfilehelper.hxx index 259094014089..b08e490b984f 100644 --- a/unotools/inc/unotools/localfilehelper.hxx +++ b/unotools/inc/unotools/localfilehelper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: localfilehelper.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:32:56 $ + * last change: $Author: hr $ $Date: 2006-06-19 14:01:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -78,6 +78,6 @@ public: GetFolderContents( const ::rtl::OUString& rFolder, sal_Bool bFolder ); }; -}; +} #endif |