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());