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

coverity#1251603 Uninitialized scalar field

Change-Id: I8e8d11ec292b480d7db750733b31b3be233df8b0
üst 1f3978ab
...@@ -271,7 +271,9 @@ private: ...@@ -271,7 +271,9 @@ private:
public: public:
ImplPixelFormat4( const BitmapPalette& rPalette ) ImplPixelFormat4( const BitmapPalette& rPalette )
: mrPalette( rPalette ) : mrPalette( rPalette )
, mnX(0)
, mnShift(4)
{ {
} }
virtual void StartLine( sal_uInt8* pLine ) SAL_OVERRIDE virtual void StartLine( sal_uInt8* pLine ) SAL_OVERRIDE
......
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