Kaydet (Commit) 7850e70d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Write 0 of type 'unsigned char'

regression introduced with ac2d415a
"loplugin:oncevar in sc"

Change-Id: I1073e7e8b67ddf1dd633f004322c6bc46b9a8052
üst 21347231
......@@ -1587,7 +1587,7 @@ void XclExpSheetProtectOptions::WriteBody( XclExpStream& rStrm )
rStrm << nBytes;
for (int i = 0; i < 9; ++i)
rStrm << sal_Int32(0);
rStrm << static_cast<unsigned char>(0);
nBytes = 0x0200;
rStrm << nBytes;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment