diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-08-18 17:12:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-08-18 17:12:24 +0200 |
commit | 954943308dd7229593280c23b0c3c7efd875c10a (patch) | |
tree | 7c55955d13683dbd6d180b79c036cac25205c8b0 /include | |
parent | 8ead1423f10dee87967cbbbb5fabb2f26046bbb8 (diff) |
Get rid of obsolete LocalFileHelper::IsFileContent
vnd.sun.star.wfs is long gone---or what else could this have been used for?
Change-Id: If39c9bdcb983f94206e0f58b7e1e8410fdcef089
Diffstat (limited to 'include')
-rw-r--r-- | include/unotools/localfilehelper.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/unotools/localfilehelper.hxx b/include/unotools/localfilehelper.hxx index 84d5a88994ab..3530dc4981ad 100644 --- a/include/unotools/localfilehelper.hxx +++ b/include/unotools/localfilehelper.hxx @@ -47,7 +47,6 @@ namespace utl static bool ConvertURLToSystemPath( const OUString& rName, OUString& rReturn ); static bool IsLocalFile(const OUString& rName); - static bool IsFileContent(const OUString& rName); static ::com::sun::star::uno::Sequence< OUString > GetFolderContents( const OUString& rFolder, bool bFolder ); |