mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
(1.0.1.202): ASCOfficeOdfFile
изменение внутренней подписи на onlyoffice git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@57177 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
84034dec50
commit
557b156293
@ -2,6 +2,6 @@
|
||||
//1
|
||||
//0
|
||||
//1
|
||||
//201
|
||||
#define INTVER 1,0,1,201
|
||||
#define STRVER "1,0,1,201\0"
|
||||
//202
|
||||
#define INTVER 1,0,1,202
|
||||
#define STRVER "1,0,1,202\0"
|
||||
|
||||
@ -120,8 +120,8 @@ void core_file::write(const std::wstring & RootPath)
|
||||
L"xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:dcmitype=\"http://purl.org/dc/dcmitype/\" "
|
||||
L"xmlns:dcterms=\"http://purl.org/dc/terms/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" >";
|
||||
|
||||
resStream << L"<dc:creator>Teamlab Office</dc:creator>";
|
||||
resStream << L"<cp:lastModifiedBy>Teamlab Office</cp:lastModifiedBy>";
|
||||
resStream << L"<dc:creator>ONLYOFFICE Online Editor</dc:creator>";
|
||||
resStream << L"<cp:lastModifiedBy>ONLYOFFICE Online Editor</cp:lastModifiedBy>";
|
||||
resStream << L"<cp:revision>1</cp:revision>";
|
||||
resStream << L"</cp:coreProperties>";
|
||||
|
||||
@ -136,7 +136,7 @@ void app_file::write(const std::wstring & RootPath)
|
||||
resStream << L"<Properties xmlns=\"http://schemas.openxmlformats.org/officeDocument/2006/extended-properties\" "
|
||||
L"xmlns:vt=\"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes\" >";
|
||||
|
||||
resStream << L"<Application>Teamlab Office</Application>";
|
||||
resStream << L"<Application>ONLYOFFICE Online Editor</Application>";
|
||||
resStream << L"</Properties>";
|
||||
|
||||
simple_element elm(L"app.xml", resStream.str());
|
||||
|
||||
Reference in New Issue
Block a user