mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-10 23:03:14 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62125 954022d7-b5bf-4e40-9824-e11837661b57
13 lines
127 B
C++
13 lines
127 B
C++
#ifndef RTFFORMATLIB_H
|
|
#define RTFFORMATLIB_H
|
|
|
|
|
|
class RtfFormatLib
|
|
{
|
|
|
|
public:
|
|
RtfFormatLib();
|
|
};
|
|
|
|
#endif // RTFFORMATLIB_H
|