From 8c1d1b66904cdd95e8eec746a81cf1c57ad0e85a Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 19 Jun 2013 14:23:44 +0200 Subject: fdo#65870 fix changing shape height via dialog Change-Id: I7c61be2c3d368dfd3ea66427c77636f797a7e88a --- svx/source/svdraw/svdedtv1.cxx | 1 + 1 file changed, 1 insertion(+) 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(); -- cgit v1.2.3