summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/filter/ww8/ww8par2.cxx17
1 files changed, 15 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index 4a77e6724384..c248b541ff77 100644
--- a/sw/source/filter/ww8/ww8par2.cxx
+++ b/sw/source/filter/ww8/ww8par2.cxx
@@ -3664,8 +3664,21 @@ void WW8RStyle::ImportGrupx(short nLen, bool bPara, bool bOdd)
}
WW8RStyle::WW8RStyle(WW8Fib& _rFib, SwWW8ImplReader* pI)
- : WW8Style(*pI->pTableStream, _rFib), maSprmParser(_rFib.GetFIBVersion()),
- pIo(pI), pStStrm(pI->pTableStream), pStyRule(0), nWwNumLevel(0)
+ : WW8Style(*pI->pTableStream, _rFib)
+ , maSprmParser(_rFib.GetFIBVersion())
+ , pIo(pI)
+ , pStStrm(pI->pTableStream)
+ , pStyRule(0)
+ , pParaSprms(0)
+ , nSprmsLen(0)
+ , nWwNumLevel(0)
+ , bTxtColChanged(false)
+ , bFontChanged(false)
+ , bCJKFontChanged(false)
+ , bCTLFontChanged(false)
+ , bFSizeChanged(false)
+ , bFCTLSizeChanged(false)
+ , bWidowsChanged(false)
{
pIo->vColl.resize(cstd);
}