Kaydet (Commit) f6fff52b authored tarafından David Tardon's avatar David Tardon

add missing initializations

Change-Id: I872987e02c1685810f6c2c71956c60e5f13b2706
üst 446f17bc
......@@ -3625,6 +3625,7 @@ RTFParserState::RTFParserState(RTFDocumentImpl *pDocumentImpl)
: m_pDocumentImpl(pDocumentImpl),
nInternalState(INTERNAL_NORMAL),
nDestinationState(DESTINATION_NORMAL),
nFieldStatus(FIELD_NONE),
nBorderState(BORDER_NONE),
aTableSprms(),
aTableAttributes(),
......@@ -3655,6 +3656,7 @@ RTFParserState::RTFParserState(RTFDocumentImpl *pDocumentImpl)
aFrame(this),
nCellX(0),
nCells(0),
nInheritingCells(0),
bIsCjk(false),
nYear(0),
nMonth(0),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment