[Libreoffice-commits] .: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Oct 14 03:13:34 PDT 2012


 sw/source/ui/envelp/labimp.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 45ee4f61e16db5dddf6e4fed906900f8c475a81d
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Oct 14 12:11:05 2012 +0200

    Fix member not initialized in the constructor in sw/source/ui/envelp
    
    Change-Id: I78b09bb229ba4ab0c1eae276727153254045db1f

diff --git a/sw/source/ui/envelp/labimp.hxx b/sw/source/ui/envelp/labimp.hxx
index d4d98dc..ceff174 100644
--- a/sw/source/ui/envelp/labimp.hxx
+++ b/sw/source/ui/envelp/labimp.hxx
@@ -91,7 +91,7 @@
 class SwLabRec
 {
 public:
-    SwLabRec() {}
+    SwLabRec(): lHDist(0), lVDist(0), lWidth(0), lHeight(0), lLeft(0), lUpper(0), lPWidth(0), lPHeight(0), nCols(0), nRows(0), bCont(false) {}
 
     void SetFromItem( const SwLabItem& rItem );
     void FillItem( SwLabItem& rItem ) const;


More information about the Libreoffice-commits mailing list