summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-18 17:12:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-18 17:12:24 +0200
commit954943308dd7229593280c23b0c3c7efd875c10a (patch)
tree7c55955d13683dbd6d180b79c036cac25205c8b0 /unotools
parent8ead1423f10dee87967cbbbb5fabb2f26046bbb8 (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 'unotools')
-rw-r--r--unotools/source/ucbhelper/localfilehelper.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/unotools/source/ucbhelper/localfilehelper.cxx b/unotools/source/ucbhelper/localfilehelper.cxx
index 3efc99b7ee36..d1897a352c48 100644
--- a/unotools/source/ucbhelper/localfilehelper.cxx
+++ b/unotools/source/ucbhelper/localfilehelper.cxx
@@ -82,12 +82,6 @@ bool LocalFileHelper::IsLocalFile(const OUString& rName)
return ConvertURLToPhysicalName(rName, aTmp);
}
-bool LocalFileHelper::IsFileContent(const OUString& rName)
-{
- OUString aTmp;
- return ConvertURLToSystemPath(rName, aTmp);
-}
-
typedef ::std::vector< OUString* > StringList_Impl;
::com::sun::star::uno::Sequence < OUString > LocalFileHelper::GetFolderContents( const OUString& rFolder, bool bFolder )