diff options
author | Peter Burow <pb@openoffice.org> | 2001-12-04 09:30:37 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2001-12-04 09:30:37 +0000 |
commit | 287b0d6e08d1afdd37487a54cb0fa6956f1b3904 (patch) | |
tree | 1c0a763af30b2fb50b31f2f178a7afe182b7bb65 /svtools/inc/fileview.hxx | |
parent | 5abb286d411d7f3735ea0618d3f58b31e20dbc49 (diff) |
fix: #80835# CreateNewFolder() returns sal_Bool instead of void
Diffstat (limited to 'svtools/inc/fileview.hxx')
-rw-r--r-- | svtools/inc/fileview.hxx | 6 |
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 ); |