diff options
-rw-r--r-- | lotuswordpro/source/filter/lwpsdwdrawheader.hxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/lwpsdwdrawheader.hxx b/lotuswordpro/source/filter/lwpsdwdrawheader.hxx index d3daa66f593c..519411347bdf 100644 --- a/lotuswordpro/source/filter/lwpsdwdrawheader.hxx +++ b/lotuswordpro/source/filter/lwpsdwdrawheader.hxx @@ -212,6 +212,16 @@ struct SdwLineRecord sal_uInt8 nLineEnd; sal_uInt8 nLineStyle; SdwColor aPenColor; + SdwLineRecord() + : nStartX(0) + , nStartY(0) + , nEndX(0) + , nEndY(0) + , nLineWidth(0) + , nLineEnd(0) + , nLineStyle(0) + { + } }; struct SdwPolyLineRecord |