Kaydet (Commit) 416b56bb authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#706003 Unintended sign extension

Change-Id: I888b5610a00a152551776e5d8f82fc5353bc880d
üst ce053963
......@@ -155,8 +155,8 @@ private:
sal_uInt16 nEOICode;
sal_uInt16 nTableSize;
sal_uInt16 nCodeSize;
sal_uLong nOffset;
sal_uLong dwShift;
sal_uInt32 nOffset;
sal_uInt32 dwShift;
com::sun::star::uno::Reference< com::sun::star::task::XStatusIndicator > xStatusIndicator;
......
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