summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-06-19 14:23:44 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-06-19 15:02:37 +0000
commita2aa293069220dc75b3d835f691f378bc193ed17 (patch)
tree1bff67a44c1b01610e7c816c98fd712736758cdf /svx
parent94cf00b065ba9f72455e706e066ced57d31ba0d8 (diff)
fdo#65870 fix changing shape height via dialog
(cherry picked from commit 8c1d1b66904cdd95e8eec746a81cf1c57ad0e85a) Change-Id: I7c61be2c3d368dfd3ea66427c77636f797a7e88a Signed-off-by: David Tardon <dtardon@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/4362 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdedtv1.cxx1
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();