From 557b156293a0f5762487903cd84babf6baf3a474 Mon Sep 17 00:00:00 2001 From: "Elen.Subbotina" Date: Sat, 5 Jul 2014 14:19:31 +0000 Subject: [PATCH] =?UTF-8?q?(1.0.1.202):=20ASCOfficeOdfFile=20=D0=B8=D0=B7?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B2=D0=BD=D1=83?= =?UTF-8?q?=D1=82=D1=80=D0=B5=D0=BD=D0=BD=D0=B5=D0=B9=20=D0=BF=D0=BE=D0=B4?= =?UTF-8?q?=D0=BF=D0=B8=D1=81=D0=B8=20=D0=BD=D0=B0=20onlyoffice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@57177 954022d7-b5bf-4e40-9824-e11837661b57 --- ASCOfficeOdfFile/ASCOfficeOdfFile/version.h | 6 +++--- ASCOfficeOdfFile/src/docx/oox_package.cpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ASCOfficeOdfFile/ASCOfficeOdfFile/version.h b/ASCOfficeOdfFile/ASCOfficeOdfFile/version.h index 613b50bbb9..87379b019b 100644 --- a/ASCOfficeOdfFile/ASCOfficeOdfFile/version.h +++ b/ASCOfficeOdfFile/ASCOfficeOdfFile/version.h @@ -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" diff --git a/ASCOfficeOdfFile/src/docx/oox_package.cpp b/ASCOfficeOdfFile/src/docx/oox_package.cpp index f5163f7e8a..183363c8aa 100644 --- a/ASCOfficeOdfFile/src/docx/oox_package.cpp +++ b/ASCOfficeOdfFile/src/docx/oox_package.cpp @@ -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"Teamlab Office"; - resStream << L"Teamlab Office"; + resStream << L"ONLYOFFICE Online Editor"; + resStream << L"ONLYOFFICE Online Editor"; resStream << L"1"; resStream << L""; @@ -136,7 +136,7 @@ void app_file::write(const std::wstring & RootPath) resStream << L""; - resStream << L"Teamlab Office"; + resStream << L"ONLYOFFICE Online Editor"; resStream << L""; simple_element elm(L"app.xml", resStream.str());