diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8par.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx index 4504278ac189..6de091795511 100644 --- a/sw/source/filter/ww8/ww8par.cxx +++ b/sw/source/filter/ww8/ww8par.cxx @@ -6310,8 +6310,10 @@ namespace sw } } -SwMacroInfo::SwMacroInfo() : - SdrObjUserData( SW_DRAWLAYER, SW_UD_IMAPDATA, 0 ) +SwMacroInfo::SwMacroInfo() + : SdrObjUserData( SW_DRAWLAYER, SW_UD_IMAPDATA, 0 ) + , mnShapeId(-1) + { } |