summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-07-31 12:57:37 +0200
committerMihai Varga <mihai.mv13@gmail.com>2014-07-31 15:29:24 +0300
commit96f972695389b1ead00153200f481c48e3034e99 (patch)
tree89cd61125ef05a9b9dd61e2b47136d4a5c9b607a
parente9c960a8a7dda1a9d56d6342fc22c76ab5801b69 (diff)
typo
Change-Id: Ic8795d05f66b45bd43e3444f0f368a2e6352aa2c
-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();