diff options
author | David Tardon <dtardon@redhat.com> | 2013-06-19 14:23:44 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-06-19 14:27:16 +0200 |
commit | 8c1d1b66904cdd95e8eec746a81cf1c57ad0e85a (patch) | |
tree | f867462447abdd5d5f291d987791b14c69d415a7 /svx/source/svdraw/svdedtv1.cxx | |
parent | 8fbb2ebc2155b03d1436d9100886318642d47714 (diff) |
fdo#65870 fix changing shape height via dialog
Change-Id: I7c61be2c3d368dfd3ea66427c77636f797a7e88a
Diffstat (limited to 'svx/source/svdraw/svdedtv1.cxx')
-rw-r--r-- | svx/source/svdraw/svdedtv1.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdedtv1.cxx b/svx/source/svdraw/svdedtv1.cxx index 196779b7770c..85ea67dafe7b 100644 --- a/svx/source/svdraw/svdedtv1.cxx +++ b/svx/source/svdraw/svdedtv1.cxx @@ -1522,6 +1522,7 @@ void SdrEditView::SetGeoAttrToMarked(const SfxItemSet& rAttr) if (SFX_ITEM_SET==rAttr.GetItemState(SID_ATTR_TRANSFORM_HEIGHT,sal_True,&pPoolItem)) { nSizY=((const SfxUInt32Item*)pPoolItem)->GetValue(); bChgSiz=true; + bChgHgt=true; } if (bChgSiz) { eSizePoint=(RECT_POINT)((const SfxAllEnumItem&)rAttr.Get(SID_ATTR_TRANSFORM_SIZE_POINT)).GetValue(); |