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

Fix int (sal_Int32) ambiguity

Change-Id: I32afd77a851da180d91011fa424a88be5871e8f7
üst b59b4a38
......@@ -1587,7 +1587,7 @@ void XclExpSheetProtectOptions::WriteBody( XclExpStream& rStrm )
rStrm << nBytes;
for (int i = 0; i < 9; ++i)
rStrm << 0;
rStrm << sal_Int32(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