mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
(1.0.1.111): ASCOfficeOdtFile
собран с новым шаблоном (вытерт русский, убран баласт, вставлены метки TeamLab) git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@54578 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
016f1a68bf
commit
424f586be4
@ -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);
|
||||
|
||||
Binary file not shown.
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user