summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sw/source/filter/ww8/ww8attributeoutput.hxx14
1 files changed, 13 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8attributeoutput.hxx b/sw/source/filter/ww8/ww8attributeoutput.hxx
index d1f628e722b5..e86ce678a6bd 100644
--- a/sw/source/filter/ww8/ww8attributeoutput.hxx
+++ b/sw/source/filter/ww8/ww8attributeoutput.hxx
@@ -457,7 +457,19 @@ protected:
bool mbOnTOXEnding;
public:
- WW8AttributeOutput( WW8Export &rWW8Export ) : AttributeOutputBase(), m_rWW8Export( rWW8Export ),mbOnTOXEnding(false) {}
+ WW8AttributeOutput( WW8Export &rWW8Export )
+ : AttributeOutputBase()
+ , m_rWW8Export(rWW8Export)
+ , nPOPosStdLen1(0)
+ , nPOPosStdLen2(0)
+ , m_nStyleStartSize(0)
+ , m_nStyleLenPos(0)
+ , m_nStyAnzPos(0)
+ , m_nFieldResults(0)
+ , mbOnTOXEnding(false)
+ {
+ }
+
virtual ~WW8AttributeOutput() {}
/// Return the right export class.