From 287b0d6e08d1afdd37487a54cb0fa6956f1b3904 Mon Sep 17 00:00:00 2001
From: Peter Burow <pb@openoffice.org>
Date: Tue, 4 Dec 2001 09:30:37 +0000
Subject: fix: #80835# CreateNewFolder() returns sal_Bool instead of void

---
 svtools/inc/fileview.hxx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'svtools/inc/fileview.hxx')

diff --git a/svtools/inc/fileview.hxx b/svtools/inc/fileview.hxx
index 9b7b55c070a4..ce38f0b54956 100644
--- a/svtools/inc/fileview.hxx
+++ b/svtools/inc/fileview.hxx
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: fileview.hxx,v $
  *
- *  $Revision: 1.9 $
+ *  $Revision: 1.10 $
  *
- *  last change: $Author: gt $ $Date: 2001-10-19 13:57:45 $
+ *  last change: $Author: pb $ $Date: 2001-12-04 10:30:37 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -107,7 +107,7 @@ public:
     String                  GetURL( SvLBoxEntry* pEntry ) const;
     String                  GetCurrentURL() const;
 
-    void                    CreateNewFolder( const String& rNewFolder );
+    sal_Bool                CreateNewFolder( const String& rNewFolder );
     sal_Bool                HasPreviousLevel( String& rParentURL ) const;
     sal_Bool                PreviousLevel( String& rNewURL );
 
-- 
cgit