mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
(1.0.0.8) fontdir error (bIsInit)
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52829 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
24730b4992
commit
d04f8040e1
@ -112,6 +112,8 @@ public:
|
||||
|
||||
m_pList = new CWinFontList(pData, (CString)ParamValue.bstrVal);
|
||||
RELEASEARRAYOBJECTS(pData);
|
||||
|
||||
m_bIsInit = TRUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
//1
|
||||
//0
|
||||
//0
|
||||
//7
|
||||
#define INTVER 1,0,0,7
|
||||
#define STRVER "1,0,0,7\0"
|
||||
//8
|
||||
#define INTVER 1,0,0,8
|
||||
#define STRVER "1,0,0,8\0"
|
||||
|
||||
Reference in New Issue
Block a user