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 /include | |
parent | 6e403346634113f7b5d582774864baa4555b2843 (diff) |
Remove obsolete getLocalFileURL
...vnd.sun.star.wfs is long gone
Change-Id: I64da15a6c16e429aeda57c435e353891fb28f04d
Diffstat (limited to 'include')
-rw-r--r-- | include/ucbhelper/fileidentifierconverter.hxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/ucbhelper/fileidentifierconverter.hxx b/include/ucbhelper/fileidentifierconverter.hxx index d2ace143c87f..27e7c8e0c448 100644 --- a/include/ucbhelper/fileidentifierconverter.hxx +++ b/include/ucbhelper/fileidentifierconverter.hxx @@ -31,20 +31,6 @@ namespace com { namespace sun { namespace star { namespace ucb { namespace ucbhelper { - -/** Get a 'root' URL for the most 'local' file content provider. - - @descr - The result can be used as the rBaseURL parameter of - ucb::getFileURLFromSystemPath(). - - @returns - either a 'root' URL for the most 'local' file content provider, or an - empty string, if no such URL can meaningfully be constructed. - */ -UCBHELPER_DLLPUBLIC OUString getLocalFileURL(); - - /** Using a specific content provider manager, convert a file path in system dependent notation to a (file) URL. |