diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-08-18 14:19:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-08-18 14:19:59 +0200 |
commit | 1242a3a55ffb8c5716d0a6f2e17dadc1f2c02818 (patch) | |
tree | e1e84198ba3fdcc9b8e6f254223e8758e820ff79 /ucbhelper | |
parent | 6e403346634113f7b5d582774864baa4555b2843 (diff) |
Remove obsolete getLocalFileURL
...vnd.sun.star.wfs is long gone
Change-Id: I64da15a6c16e429aeda57c435e353891fb28f04d
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/source/client/fileidentifierconverter.cxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ucbhelper/source/client/fileidentifierconverter.cxx b/ucbhelper/source/client/fileidentifierconverter.cxx index e3f3ec9cfeb9..49169752a5a1 100644 --- a/ucbhelper/source/client/fileidentifierconverter.cxx +++ b/ucbhelper/source/client/fileidentifierconverter.cxx @@ -31,24 +31,6 @@ using namespace com::sun::star; namespace ucbhelper { - - -// getLocalFileURL - - - -OUString -getLocalFileURL() -{ - // If there were more file systems than just "file:///" (e.g., the obsolete - // "vnd.sun.star.wfs:///"), this code should query all relevant UCPs for - // their com.sun.star.ucb.XFileIdentifierConverter.getFileProviderLocality - // and return the most local one: - return OUString("file:///"); -} - - - // getFileURLFromSystemPath |