From 710f41b7aec8e7d35a0da8be332aa289f98942af Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 29 Jun 2013 23:57:38 -0500 Subject: Clean String and sal_Bool in tools Change-Id: I6a92196f33d7a5278c7dcc426112e9c56d582655 Reviewed-on: https://gerrit.libreoffice.org/4627 Reviewed-by: Norbert Thiebaud Tested-by: Norbert Thiebaud --- unotools/source/ucbhelper/ucblockbytes.cxx | 2 +- unotools/source/ucbhelper/ucbstreamhelper.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'unotools/source') diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx index d60f249584d6..73a10f77b9b1 100644 --- a/unotools/source/ucbhelper/ucblockbytes.cxx +++ b/unotools/source/ucbhelper/ucblockbytes.cxx @@ -1368,7 +1368,7 @@ void UcbLockBytes::terminate_Impl() } //---------------------------------------------------------------------------- -void UcbLockBytes::SetSynchronMode (sal_Bool bSynchron) +void UcbLockBytes::SetSynchronMode (bool bSynchron) { SvLockBytes::SetSynchronMode (bSynchron); } diff --git a/unotools/source/ucbhelper/ucbstreamhelper.cxx b/unotools/source/ucbhelper/ucbstreamhelper.cxx index 1c9e39dc9658..e4c763cd2434 100644 --- a/unotools/source/ucbhelper/ucbstreamhelper.cxx +++ b/unotools/source/ucbhelper/ucbstreamhelper.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - +#include #include #include #include -- cgit