diff options
-rw-r--r-- | svx/source/svdraw/svdotext.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx index acfbe91f1e52..3f709c020ffd 100644 --- a/svx/source/svdraw/svdotext.cxx +++ b/svx/source/svdraw/svdotext.cxx @@ -143,6 +143,7 @@ SdrTextObj::SdrTextObj(SdrObjKind eNewTextKind) { bTextSizeDirty=false; bTextFrame=true; + bPortionInfoChecked=false; bNoShear=true; bNoRotate=false; bNoMirror=true; |