summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-10-14 12:11:05 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-10-14 12:11:38 +0200
commit45ee4f61e16db5dddf6e4fed906900f8c475a81d (patch)
tree19fc872e1c0ae918b025451585e38531b66da45c /sw
parent1d5c2d83688be8b61083ba6b8f83a593b30e967e (diff)
Fix member not initialized in the constructor in sw/source/ui/envelp
Change-Id: I78b09bb229ba4ab0c1eae276727153254045db1f
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/envelp/labimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/envelp/labimp.hxx b/sw/source/ui/envelp/labimp.hxx
index d4d98dc17fc8..ceff174e142b 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;