summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpoleobject.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/lwpoleobject.hxx b/lotuswordpro/source/filter/lwpoleobject.hxx
index 1ab69c112065..6386429b3008 100644
--- a/lotuswordpro/source/filter/lwpoleobject.hxx
+++ b/lotuswordpro/source/filter/lwpoleobject.hxx
@@ -80,6 +80,13 @@ typedef struct tagAFID_CACHE
unsigned long LinkedFileTime; /* 0 if not linked */
long Width; /* -1 if not present */
long Height; /* -1 if not present */
+ tagAFID_CACHE()
+ : LinkedFileSize(0)
+ , LinkedFileTime(0)
+ , Width(0)
+ , Height(0)
+ {
+ }
} AFID_CACHE, * PAFID_CACHE;
/* Maximum string sizes - includes space for null terminator */