mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Интерфейс PptxFile перенесен в DocxFile2 git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58458 954022d7-b5bf-4e40-9824-e11837661b57
13 lines
504 B
C++
13 lines
504 B
C++
// AVSOfficeDocxFile2.cpp : Implementation of DLL Exports.
|
|
#include "stdafx.h"
|
|
#include "resource.h"
|
|
|
|
#include "DocxFile2.h"
|
|
#include "XlsxFile2.h"
|
|
#include "PptxFile.h"
|
|
|
|
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
|
|
[ module(dll, uuid = "{A1EEE61A-FAA7-47af-B078-4E955623B9CA}",
|
|
name = "ASCOfficeDocxFile2",
|
|
helpstring = "ASCOfficeDocxFile2 1.0 Type Library",
|
|
resource_name = "IDR_ASCOFFICEDOCXFILE2") ]; |