summaryrefslogtreecommitdiffstats
path: root/include/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 /include/unotools
parenttdf#832525 - Wrong punctuation direction after Chinese characters in (diff)
downloadcore-954943308dd7229593280c23b0c3c7efd875c10a.tar.gz
core-954943308dd7229593280c23b0c3c7efd875c10a.zip
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/unotools')
-rw-r--r--include/unotools/localfilehelper.hxx1
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 );