summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-17 12:12:35 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-24 07:22:03 +0200
commitf6fff52b7b34c17513603802bb97fe5ad39385a7 (patch)
tree81f36f9d380788a89313e3c62c529535ac4e6032 /writerfilter
parent446f17bc3a9a1a60c6893b245745a773b025e12a (diff)
add missing initializations
Change-Id: I872987e02c1685810f6c2c71956c60e5f13b2706
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 83ea09ceb9e0..2182c5cf6541 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -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),