Kaydet (Commit) d74fc692 authored tarafından Armin Le Grand's avatar Armin Le Grand Kaydeden (comit) David Tardon

i115391 corected from SetObejctItem to usage of local SfxItemSet

üst acd03d70
......@@ -599,7 +599,7 @@ void SdrTextObj::AdaptTextMinSize()
if(IsVerticalWriting() && bDisableAutoWidthOnDragging)
{
bDisableAutoWidthOnDragging = false;
SetObjectItem(SdrTextAutoGrowHeightItem(false));
aSet.Put(SdrTextAutoGrowHeightItem(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