Author: alg
Date: Thu Sep 19 11:21:03 2013
New Revision: 1524698
URL: http://svn.apache.org/r1524698
Log:
i115391 corected from SetObejctItem to usage of local SfxItemSet
Modified:
openoffice/trunk/main/svx/source/svdraw/svdotext.cxx
Modified: openoffice/trunk/main/svx/source/svdraw/svdotext.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/svdraw/svdotext.cxx?rev=1524698&r1=1524697&r2=1524698&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/svdraw/svdotext.cxx (original)
+++ openoffice/trunk/main/svx/source/svdraw/svdotext.cxx Thu Sep 19 11:21:03
2013
@@ -681,7 +681,7 @@ void SdrTextObj::AdaptTextMinSize()
if(IsVerticalWriting() && bDisableAutoWidthOnDragging)
{
bDisableAutoWidthOnDragging = false;
- SetObjectItem(SdrTextAutoGrowHeightItem(false));
+ aSet.Put(SdrTextAutoGrowHeightItem(false));
}
}