diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/file_url.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/w32/file_url.hxx b/sal/osl/w32/file_url.hxx index e17351df002c..c8eec0632d22 100644 --- a/sal/osl/w32/file_url.hxx +++ b/sal/osl/w32/file_url.hxx @@ -61,14 +61,14 @@ DWORD IsValidFilePath ( DWORD GetCaseCorrectPathName ( LPCWSTR lpszShortPath, // file name LPWSTR lpszLongPath, // path buffer - sal_uInt32 cchBuffer, // size of path buffer + sal_uInt32 cchBuffer, // size of path buffer bool bCheckExistence ); oslFileError osl_getSystemPathFromFileURL_ ( - rtl_uString * strURL, + rtl_uString * strURL, rtl_uString ** pustrPath, - bool bAllowRelative + bool bAllowRelative ); extern oslMutex g_CurrentDirectoryMutex; |