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

coverity#708383 Uninitialized scalar field

Change-Id: I58f092c121a6456e004e310fbb63eba6ef0c25cd
üst 339b33dc
...@@ -91,6 +91,7 @@ SdrTextObj::SdrTextObj() ...@@ -91,6 +91,7 @@ SdrTextObj::SdrTextObj()
{ {
bTextSizeDirty=false; bTextSizeDirty=false;
bTextFrame=false; bTextFrame=false;
bPortionInfoChecked=false;
bNoShear=false; bNoShear=false;
bNoRotate=false; bNoRotate=false;
bNoMirror=false; bNoMirror=false;
...@@ -116,6 +117,7 @@ SdrTextObj::SdrTextObj(const Rectangle& rNewRect) ...@@ -116,6 +117,7 @@ SdrTextObj::SdrTextObj(const Rectangle& rNewRect)
{ {
bTextSizeDirty=false; bTextSizeDirty=false;
bTextFrame=false; bTextFrame=false;
bPortionInfoChecked=false;
bNoShear=false; bNoShear=false;
bNoRotate=false; bNoRotate=false;
bNoMirror=false; bNoMirror=false;
......
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