tdf#161846 remove one layout operations (ii)
of the 6 we perform per caption object Change-Id: Ib062a7cc0b4691ec0badb759893b737f6f2c4a86 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171171 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
parent
84bd222947
commit
ac41bc3c90
1 changed files with 1 additions and 3 deletions
|
@ -354,10 +354,8 @@ namespace sdr::properties
|
|||
}
|
||||
}
|
||||
|
||||
if(rObj.IsTextFrame())
|
||||
{
|
||||
if(rObj.IsTextFrame() && !rObj.getSdrModelFromSdrObject().isLocked())
|
||||
rObj.NbcAdjustTextFrameWidthAndHeight();
|
||||
}
|
||||
}
|
||||
|
||||
void TextProperties::ForceDefaultAttributes()
|
||||
|
|
Loading…
Reference in a new issue