summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-07-31 12:57:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-07-31 12:57:37 +0200
commit91f7e828f89144422016f7c71558fc72bf41ac80 (patch)
tree77c06d06ec299f6b292b128d0e1fb353f32a4bc8 /svx
parent5909d640dc2fe7b6aed0aa6e9136d981b09175ad (diff)
typo
Change-Id: Ic8795d05f66b45bd43e3444f0f368a2e6352aa2c
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdotext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 219fc6398e35..973ac5fd6e55 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();