Commit 5c51b63d authored by ElenaSubbotina's avatar ElenaSubbotina

..

parent d86e2dd6
...@@ -1253,7 +1253,7 @@ bool OOXpPrReader::Parse( ReaderParameter oParam ,RtfParagraphProperty& oOutputP ...@@ -1253,7 +1253,7 @@ bool OOXpPrReader::Parse( ReaderParameter oParam ,RtfParagraphProperty& oOutputP
if (m_ooxParaProps->m_oPPrChange->m_oDate.IsInit()) if (m_ooxParaProps->m_oPPrChange->m_oDate.IsInit())
{ {
std::wstringn sVal = string2std_string(m_ooxParaProps->m_oPPrChange->m_oDate->GetValue()); std::wstring sVal = string2std_string(m_ooxParaProps->m_oPPrChange->m_oDate->GetValue());
oOutputProperty.m_nPrDate = RtfUtility::convertDateTime( sVal ); oOutputProperty.m_nPrDate = RtfUtility::convertDateTime( sVal );
} }
......
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