[Libreoffice-commits] core.git: hwpfilter/source
Tor Lillqvist
tml at collabora.com
Sat May 10 23:07:26 PDT 2014
hwpfilter/source/hinfo.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit be44f0e91b6061f6bbe6b4da2f264eed70fb6542
Author: Tor Lillqvist <tml at collabora.com>
Date: Sun May 11 09:03:44 2014 +0300
WaE: implicit conversion from bool to 'short'
Change-Id: Ibb8bef1b7a0d00b6b757966c0b8210dd6e03db0c
diff --git a/hwpfilter/source/hinfo.cxx b/hwpfilter/source/hinfo.cxx
index 0068cf6..98f66a5 100644
--- a/hwpfilter/source/hinfo.cxx
+++ b/hwpfilter/source/hinfo.cxx
@@ -40,8 +40,8 @@ static bool HWPReadInfoBlock(void *ptr, int len, HWPFile & hwpf)
HWPInfo::HWPInfo()
: cur_col(0)
, cur_row(0)
- , readonly(false)
- , encrypted(false)
+ , readonly(0)
+ , encrypted(0)
, beginpagenum(0)
, beginfnnum(0)
, countfn(0)
More information about the Libreoffice-commits
mailing list