diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-16 09:20:00 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-16 09:34:28 +0100 |
commit | b2efa9db15500044cbb2bd2c94e819b9ee8c6f82 (patch) | |
tree | fd8e5c80092bd6a96e795e0133dea15a44cc2286 /sw | |
parent | 2e9d5a562c4f09a8ea27f5c772050b3117288ce9 (diff) |
cid#1352648 uninitialized members
Change-Id: I21faf2034c6253226637bfb65deb869d0c4eda07
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/docxattributeoutput.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 4cf04b9f3c66..4a4035ada22d 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -8479,6 +8479,7 @@ DocxAttributeOutput::DocxAttributeOutput( DocxExport &rExport, FSHelperPtr pSeri m_startedHyperlink( false ), m_nHyperLinkCount(0), m_nFieldsInHyperlink( 0 ), + m_bExportingOutline(false), m_nChartCount(0), m_postponedChart( nullptr ), pendingPlaceholder( nullptr ), |