Kaydet (Commit) 399ea5e9 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#708423 Unitialized scalar field

Change-Id: I0fde656116f1fbb54894a74fed8f0387cb37c665
üst d1c0ff14
...@@ -173,7 +173,6 @@ public: ...@@ -173,7 +173,6 @@ public:
class SwFlyInCntFrm : public SwFlyFrm class SwFlyInCntFrm : public SwFlyFrm
{ {
Point aRef; //Relativ zu diesem Point wird die AbsPos berechnet. Point aRef; //Relativ zu diesem Point wird die AbsPos berechnet.
long nLine; //Zeilenhoehe, Ref.Y() - nLine == Zeilenanfang.
sal_Bool bInvalidLayout :1; sal_Bool bInvalidLayout :1;
sal_Bool bInvalidCntnt :1; sal_Bool bInvalidCntnt :1;
...@@ -197,7 +196,6 @@ public: ...@@ -197,7 +196,6 @@ public:
const Point &rRelPos ); const Point &rRelPos );
const Point &GetRefPoint() const { return aRef; } const Point &GetRefPoint() const { return aRef; }
const Point GetRelPos() const; const Point GetRelPos() const;
long GetLineHeight() const { return nLine; }
inline void InvalidateLayout() const; inline void InvalidateLayout() const;
inline void InvalidateCntnt() const; inline void InvalidateCntnt() const;
......
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