diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-07-22 19:49:12 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-07-22 19:49:12 +1000 |
commit | 7b4924421b4b5e4dbb4dc24eb16c5d3c866ed73b (patch) | |
tree | e3a4c1a9ae0967dea7e57a01704211bfe55e1e25 /sal | |
parent | 191893bc8751f56c93bd65d2ce39b0bbd8e97914 (diff) |
osl: minor whitespace fixup from automated change
Change-Id: I93186466ba800f46c263bc49f51604a1d014a52f
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; |