diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-06-01 10:46:25 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-06-04 13:28:13 +0200 |
commit | 2c4588340ee8387513dd067ecb53dc0058b12ccc (patch) | |
tree | 1ee5f1f88918de407b7b19ed0526b96522e618d4 /svtools/inc | |
parent | 99465489aa24a2d9d81c0daccfcf512e4f82c841 (diff) |
CMIS UCP: Fixed folder creation and nodes renaming
Change-Id: I2c49b95279d90ebb06f38ed83061a5f1a905a555
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/fileview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/svtools/fileview.hxx b/svtools/inc/svtools/fileview.hxx index c5ec78ead9fb..4778bd9a6e0f 100644 --- a/svtools/inc/svtools/fileview.hxx +++ b/svtools/inc/svtools/fileview.hxx @@ -98,7 +98,7 @@ public: String GetCurrentURL() const; sal_Bool GetParentURL( String& _rParentURL ) const; - sal_Bool CreateNewFolder( const String& rNewFolder ); + void CreatedFolder( const String& rUrl, const String& rNewFolder ); void SetHelpId( const rtl::OString& rHelpId ); const rtl::OString& GetHelpId( ) const; |