Author: alg
Date: Thu Sep 19 11:34:41 2013
New Revision: 1524700

URL: http://svn.apache.org/r1524700
Log:
i115391 corected from isLocked to IsPasteResize which was used in modifiers for 
CustomShape and TextShape

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=1524700&r1=1524699&r2=1524700&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/svdraw/svdotext.cxx (original)
+++ openoffice/trunk/main/svx/source/svdraw/svdotext.cxx Thu Sep 19 11:34:41 
2013
@@ -648,7 +648,7 @@ FASTBOOL SdrTextObj::NbcSetAutoGrowHeigh
 // states of IsAutoGrowWidth/Height to correctly set TextMinFrameWidth/Height
 void SdrTextObj::AdaptTextMinSize()
 {
-    if(bTextFrame && (!pModel || !pModel->isLocked())) 
+    if(bTextFrame && (!pModel || !pModel->IsPasteResize())) 
     {
         const bool bW(IsAutoGrowWidth());
         const bool bH(IsAutoGrowHeight());


Reply via email to