DocFormatFile - fix users file (1995) without codepage

This commit is contained in:
ElenaSubbotina
2017-12-26 13:08:02 +03:00
parent 7f06ce7064
commit 597414ea6b
11 changed files with 107 additions and 49 deletions

View File

@ -38,8 +38,8 @@ namespace DocFileFormat
{
if (m_context)
{
m_document = m_context->GetDocument();
m_xmldocument = m_context->GetXmlDocument();
m_document = m_context->_doc;
m_xmldocument = m_context->_docx;
}
}