From d04f8040e112429efb126d2245aa30b9de2cfc14 Mon Sep 17 00:00:00 2001 From: "Oleg.Korshul" Date: Wed, 4 Dec 2013 13:14:23 +0000 Subject: [PATCH] (1.0.0.8) fontdir error (bIsInit) git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52829 954022d7-b5bf-4e40-9824-e11837661b57 --- OfficeCore/Fonts/WinFonts.h | 2 ++ OfficeCore/version.h | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/OfficeCore/Fonts/WinFonts.h b/OfficeCore/Fonts/WinFonts.h index 9874276184..99b9bc5e17 100644 --- a/OfficeCore/Fonts/WinFonts.h +++ b/OfficeCore/Fonts/WinFonts.h @@ -112,6 +112,8 @@ public: m_pList = new CWinFontList(pData, (CString)ParamValue.bstrVal); RELEASEARRAYOBJECTS(pData); + + m_bIsInit = TRUE; } else { diff --git a/OfficeCore/version.h b/OfficeCore/version.h index f1322daa6f..0f1ea0343d 100644 --- a/OfficeCore/version.h +++ b/OfficeCore/version.h @@ -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"