include/svx/swframevalidation.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 20235b5910a7dfa4d69f2391d0452ab81131757b
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Sep 10 20:43:59 2013 +0100

    CID#738542 uninitialized member
    
    Change-Id: I77a08ab89aa4cdc5895fdd5152154ede8de10ba2

diff --git a/include/svx/swframevalidation.hxx 
b/include/svx/swframevalidation.hxx
index a42906e..4296f86 100644
--- a/include/svx/swframevalidation.hxx
+++ b/include/svx/swframevalidation.hxx
@@ -70,6 +70,7 @@ struct SvxSwFrameValidation
         nMinWidth(0),
         nMaxWidth(SAL_MAX_INT32),
         nHeight( 283 ), //0.5 cm
+        nMinHeight(0),
         nMaxHeight(SAL_MAX_INT32)
     {
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to