diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-02 16:40:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-02 16:40:19 +0200 |
commit | 5df086e79fc520c41c865943b3e0c997f7467e3f (patch) | |
tree | 21980dfc137683f607aad93b1bba59461f0c7edf /sal/osl/unx/tempfile.cxx | |
parent | a0b9fa819c9193dee1405cee13690adf00e2d9b9 (diff) |
sal_Bool -> bool
Change-Id: I6e86cb7ffbd8c8cbf3cccaef656cf7b7e755e24f
Diffstat (limited to 'sal/osl/unx/tempfile.cxx')
-rw-r--r-- | sal/osl/unx/tempfile.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/unx/tempfile.cxx b/sal/osl/unx/tempfile.cxx index 69607b3c6bea..4980448089fb 100644 --- a/sal/osl/unx/tempfile.cxx +++ b/sal/osl/unx/tempfile.cxx @@ -144,7 +144,7 @@ static oslFileError osl_setup_base_directory_impl_( oslFileHandle* pHandle, rtl_uString** ppustrTempFileURL, rtl_uString** ppustr_base_dir, - sal_Bool* b_delete_on_close) + bool* b_delete_on_close) { oslFileError osl_error; @@ -271,7 +271,7 @@ oslFileError SAL_CALL osl_createTempFile( { rtl_uString* base_directory = nullptr; oslFileHandle temp_file_handle; - sal_Bool b_delete_on_close; + bool b_delete_on_close; oslFileError osl_error; osl_error = osl_setup_createTempFile_impl_( |