diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 14:51:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 16:33:14 +0100 |
commit | bb05f1128fa073b35788a73ff6e8a5d8366b7710 (patch) | |
tree | 82f0dc5f377a04cfd27b83b3359fecf720ef5d16 /sal/osl/unx/file_url.hxx | |
parent | 7fe2a3fd370049d7599c301d2af71ca61fec1431 (diff) |
Remove obsolete osl_searchPath_impl
(obsoleting cid#983584)
Change-Id: Icbf25bd364fdabb208abe201ddc146daa60f9b62
Diffstat (limited to 'sal/osl/unx/file_url.hxx')
-rw-r--r-- | sal/osl/unx/file_url.hxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sal/osl/unx/file_url.hxx b/sal/osl/unx/file_url.hxx index d087638af5f4..eceaabd4c651 100644 --- a/sal/osl/unx/file_url.hxx +++ b/sal/osl/unx/file_url.hxx @@ -22,6 +22,8 @@ #include "osl/file.h" +namespace rtl { class OUString; } + oslFileError osl_getSystemPathFromFileURL_Ex(rtl_uString *ustrFileURL, rtl_uString **pustrSystemPath); oslFileError FileURLToPath(char * buffer, size_t bufLen, rtl_uString* ustrFileURL); @@ -30,6 +32,12 @@ int UnicodeToText(char * buffer, size_t bufLen, const sal_Unicode * uniText, sal int TextToUnicode(const char* text, size_t text_buffer_size, sal_Unicode* unic_text, sal_Int32 unic_text_buffer_size); +namespace osl { namespace detail { + +bool find_in_PATH(const rtl::OUString& file_path, rtl::OUString& result); + +} } + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |