[Libreoffice-commits] core.git: svx/source

Stephan Bergmann sbergman at redhat.com
Thu Jul 31 03:58:10 PDT 2014


 svx/source/svdraw/svdotext.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 91f7e828f89144422016f7c71558fc72bf41ac80
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jul 31 12:57:37 2014 +0200

    typo
    
    Change-Id: Ic8795d05f66b45bd43e3444f0f368a2e6352aa2c

diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 219fc63..973ac5f 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -326,7 +326,7 @@ bool SdrTextObj::IsAutoGrowWidth() const
         return false; // AutoGrow only together with TextFrames
 
     const SfxItemSet& rSet = GetObjectItemSet();
-    bool bRet = ((SdrTextAutoGrowHeightItem&)(rSet.Get(SDRATTR_TEXT_AUTOGROWWIDTH))).GetValue();
+    bool bRet = ((SdrTextAutoGrowWidthItem&)(rSet.Get(SDRATTR_TEXT_AUTOGROWWIDTH))).GetValue();
 
     bool bInEditMOde = IsInEditMode();
 


More information about the Libreoffice-commits mailing list