svx/source/svdraw/svdedtv1.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a2aa293069220dc75b3d835f691f378bc193ed17
Author: David Tardon <dtar...@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 <dtar...@redhat.com>
    Reviewed-on: https://gerrit.libreoffice.org/4362
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to