dtardon01: #i107873#: avoid crash on initialization of OOXMLFastContextHandler if pContext is 0
This commit is contained in:
parent
298522b883
commit
fd99f6b2ff
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ OOXMLFastContextHandler::OOXMLFastContextHandler
|
|||
mnTableDepth(0),
|
||||
mnInstanceNumber(mnInstanceCount),
|
||||
mnRefCount(0),
|
||||
m_xContext(pContext->m_xContext),
|
||||
m_xContext(),
|
||||
mbFallback(false)
|
||||
{
|
||||
if (pContext != NULL)
|
||||
|
|
Loading…
Reference in a new issue