Commit 557b1562 authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

(1.0.1.202): ASCOfficeOdfFile

изменение внутренней подписи на onlyoffice

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@57177 954022d7-b5bf-4e40-9824-e11837661b57
parent 84034dec
......@@ -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());
......
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