From 5df6dcf747a36989a3891c855737fe9bdb206a36 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 17 Apr 2014 13:40:46 +0200 Subject: package: sal_Bool->bool Change-Id: I05dd5070d0618ef7539b26c7edcaf01b0a84732c --- package/inc/ZipOutputStream.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/inc/ZipOutputStream.hxx') diff --git a/package/inc/ZipOutputStream.hxx b/package/inc/ZipOutputStream.hxx index 3f237eb23877..f2f9ce1f6171 100644 --- a/package/inc/ZipOutputStream.hxx +++ b/package/inc/ZipOutputStream.hxx @@ -58,7 +58,7 @@ protected: ByteChucker aChucker; ZipEntry *pCurrentEntry; sal_Int16 nMethod, nLevel, mnDigested; - sal_Bool bFinished, bEncryptCurrentEntry; + bool bFinished, bEncryptCurrentEntry; ZipPackageStream* m_pCurrentStream; public: @@ -80,7 +80,7 @@ public: throw(::com::sun::star::uno::RuntimeException); void SAL_CALL putNextEntry( ZipEntry& rEntry, ZipPackageStream* pStream, - sal_Bool bEncrypt = sal_False ) + bool bEncrypt = false ) throw(::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException); void SAL_CALL closeEntry( ) throw(::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException); -- cgit v1.2.3