[Libreoffice-commits] core.git: sal/osl

Stephan Bergmann sbergman at redhat.com
Mon May 2 14:40:48 UTC 2016


 sal/osl/unx/tempfile.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5df086e79fc520c41c865943b3e0c997f7467e3f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon May 2 16:40:19 2016 +0200

    sal_Bool -> bool
    
    Change-Id: I6e86cb7ffbd8c8cbf3cccaef656cf7b7e755e24f

diff --git a/sal/osl/unx/tempfile.cxx b/sal/osl/unx/tempfile.cxx
index 69607b3..4980448 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_(


More information about the Libreoffice-commits mailing list