mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
(1.0.0.14) новый формат изменений (word/powerpoint)
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59582 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
fad6600486
commit
833003ba10
@ -593,9 +593,7 @@ public:
|
||||
}
|
||||
|
||||
inline int Open(CAtlArray<CString>& oFiles, int nStart)
|
||||
{
|
||||
if (m_nFileType == 0)
|
||||
return Open_docx(oFiles, nStart);
|
||||
{
|
||||
return Open_excel(oFiles, nStart);
|
||||
}
|
||||
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
//1
|
||||
//0
|
||||
//0
|
||||
//13
|
||||
#define INTVER 1,0,0,13
|
||||
#define STRVER "1,0,0,13\0"
|
||||
//14
|
||||
#define INTVER 1,0,0,14
|
||||
#define STRVER "1,0,0,14\0"
|
||||
|
||||
Reference in New Issue
Block a user