summaryrefslogtreecommitdiff
path: root/include/unotools/localfilehelper.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-10-10 17:37:08 +0200
committerMichael Stahl <mstahl@redhat.com>2014-10-11 00:28:48 +0200
commit124a29f0f8dd805ef1d67bd062e1978a8a88e759 (patch)
tree8b6f8e5f26455396c482d45bb952f8959199453f /include/unotools/localfilehelper.hxx
parent3d85ec29ddd73ed996debdcf118f8c32774362ed (diff)
move the removeTree function from desktop to unotools
Change-Id: I98d3f4a68abfee42dac987633878b850134671d3
Diffstat (limited to 'include/unotools/localfilehelper.hxx')
-rw-r--r--include/unotools/localfilehelper.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/unotools/localfilehelper.hxx b/include/unotools/localfilehelper.hxx
index 6f695800dfa9..84d5a88994ab 100644
--- a/include/unotools/localfilehelper.hxx
+++ b/include/unotools/localfilehelper.hxx
@@ -52,6 +52,9 @@ namespace utl
static ::com::sun::star::uno::Sequence< OUString >
GetFolderContents( const OUString& rFolder, bool bFolder );
};
+
+ /// recursively remove directory and all contents
+ UNOTOOLS_DLLPUBLIC void removeTree(OUString const & url);
}
#endif