[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - svx/source
David Tardon
dtardon at redhat.com
Wed Jun 19 08:02:56 PDT 2013
svx/source/svdraw/svdedtv1.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a2aa293069220dc75b3d835f691f378bc193ed17
Author: David Tardon <dtardon at redhat.com>
Date: Wed Jun 19 14:23:44 2013 +0200
fdo#65870 fix changing shape height via dialog
(cherry picked from commit 8c1d1b66904cdd95e8eec746a81cf1c57ad0e85a)
Change-Id: I7c61be2c3d368dfd3ea66427c77636f797a7e88a
Signed-off-by: David Tardon <dtardon at redhat.com>
Reviewed-on: https://gerrit.libreoffice.org/4362
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/svx/source/svdraw/svdedtv1.cxx b/svx/source/svdraw/svdedtv1.cxx
index 196779b..85ea67d 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();
More information about the Libreoffice-commits
mailing list