Kaydet (Commit) 45ee4f61 authored tarafından Julien Nabet's avatar Julien Nabet

Fix member not initialized in the constructor in sw/source/ui/envelp

Change-Id: I78b09bb229ba4ab0c1eae276727153254045db1f
üst 1d5c2d83
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment