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

coverity#1251604 Uninitialized scalar field

Change-Id: I34ed719ecc81db924b9ec1ca8f22ffa81246a723
üst ac01b341
...@@ -299,7 +299,8 @@ private: ...@@ -299,7 +299,8 @@ private:
public: public:
ImplPixelFormat1( const BitmapPalette& rPalette ) ImplPixelFormat1( const BitmapPalette& rPalette )
: mrPalette( rPalette ) : mrPalette(rPalette)
, mnX(0)
{ {
} }
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