summaryrefslogtreecommitdiff
path: root/svtools/inc/fileview.hxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-12-04 09:30:37 +0000
committerPeter Burow <pb@openoffice.org>2001-12-04 09:30:37 +0000
commit287b0d6e08d1afdd37487a54cb0fa6956f1b3904 (patch)
tree1c0a763af30b2fb50b31f2f178a7afe182b7bb65 /svtools/inc/fileview.hxx
parent5abb286d411d7f3735ea0618d3f58b31e20dbc49 (diff)
fix: #80835# CreateNewFolder() returns sal_Bool instead of void
Diffstat (limited to 'svtools/inc/fileview.hxx')
-rw-r--r--svtools/inc/fileview.hxx6
1 files changed, 3 insertions, 3 deletions
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 );