From dda2d8718193230780f4fa2b964ef62ebaeb0367 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 10 Jan 2014 12:43:22 +0100 Subject: Massage odd TODO code some more Change-Id: I0e4fab72a6384eab41eeb1357eaf88be876a6b52 --- tools/source/zcodec/zcodec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/source/zcodec/zcodec.cxx b/tools/source/zcodec/zcodec.cxx index 8d23861c796e..0d0ad2be93e0 100644 --- a/tools/source/zcodec/zcodec.cxx +++ b/tools/source/zcodec/zcodec.cxx @@ -273,7 +273,7 @@ long ZCodec::ReadAsynchron( SvStream& rIStm, sal_uInt8* pData, sal_uIntPtr nSize if ( ( nMaxPos - nStreamPos ) < nInToRead ) { rIStm.SetError( ERRCODE_IO_PENDING ); - err= ! Z_STREAM_END; // TODO What is appropriate code for this? + err= int(!Z_STREAM_END); // TODO What is appropriate code for this? break; } -- cgit