Commit 424f586b authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

(1.0.1.111): ASCOfficeOdtFile

собран с новым шаблоном (вытерт русский, убран баласт, вставлены метки TeamLab)

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@54578 954022d7-b5bf-4e40-9824-e11837661b57
parent 016f1a68
......@@ -11,7 +11,7 @@
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
......
......@@ -256,7 +256,7 @@ void COdtFile::createOriginOdt(const boost::filesystem::wpath& path) const
const unsigned long COdtFile::LoadFromResource(LPCWSTR lpResName, LPCWSTR lpResType, LPCWSTR fileName) const
{
HMODULE hMod = GetModuleHandle(_T("ASCOfficeOdtFile.dll"));
HMODULE hMod = _AtlBaseModule.GetModuleInstance();
if (hMod)
{
HRSRC hRes = FindResource(hMod, lpResName, lpResType);
......
......@@ -2,6 +2,6 @@
//1
//0
//1
//110
#define INTVER 1,0,1,110
#define STRVER "1,0,1,110\0"
//112
#define INTVER 1,0,1,112
#define STRVER "1,0,1,112\0"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment