summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lotuswordpro/source/filter/lwpsdwdrawheader.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/lwpsdwdrawheader.hxx b/lotuswordpro/source/filter/lwpsdwdrawheader.hxx
index 7a9fcd463e6e..d3daa66f593c 100644
--- a/lotuswordpro/source/filter/lwpsdwdrawheader.hxx
+++ b/lotuswordpro/source/filter/lwpsdwdrawheader.hxx
@@ -282,6 +282,12 @@ struct SdwBmpRecord
sal_uInt16 nTranslation;
sal_uInt16 nRotation;
sal_uInt32 nFileSize;
+ SdwBmpRecord()
+ : nTranslation(0)
+ , nRotation(0)
+ , nFileSize(0)
+ {
+ }
};
struct BmpInfoHeader