diff options
-rw-r--r-- | xmloff/source/text/txtparai.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx index 75a856d91516..8f858c96dcf5 100644 --- a/xmloff/source/text/txtparai.cxx +++ b/xmloff/source/text/txtparai.cxx @@ -115,6 +115,7 @@ XMLCharContext::XMLCharContext( SvXMLImportContext( rImp, nPrfx, rLName ) ,m_nControl(nControl) ,m_nCount(0) + ,m_c(0) { } |