mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
test core.xml
This commit is contained in:
@ -212,7 +212,11 @@ public:
|
||||
sCore += oParams->GetAuthors();
|
||||
sCore += L"</dc:creator><dc:subject>";
|
||||
sCore += oParams->GetGenres();
|
||||
sCore += L"</dc:subject>";
|
||||
sCore += L"</dc:subject><dcterms:created xsi:type=\"dcterms:W3CDTF\">";
|
||||
sCore += oParams->m_sDate;
|
||||
sCore += L"</dcterms:created><dc:description>";
|
||||
sCore += oParams->m_sDescription;
|
||||
sCore += L"</dc:description>";
|
||||
}
|
||||
sCore += L"<cp:lastModifiedBy/></cp:coreProperties>";
|
||||
NSFile::CFileBinary oCoreWriter;
|
||||
|
||||
Reference in New Issue
Block a user