mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 02:44:13 +08:00
27 lines
603 B
C++
27 lines
603 B
C++
//========================================================================
|
|
//
|
|
// SplashFontFileID.cc
|
|
//
|
|
// Copyright 2003-2013 Glyph & Cog, LLC
|
|
//
|
|
//========================================================================
|
|
|
|
#include <aconf.h>
|
|
|
|
#ifdef USE_GCC_PRAGMAS
|
|
#pragma implementation
|
|
#endif
|
|
|
|
#include "gmempp.h"
|
|
#include "SplashFontFileID.h"
|
|
|
|
//------------------------------------------------------------------------
|
|
// SplashFontFileID
|
|
//------------------------------------------------------------------------
|
|
|
|
SplashFontFileID::SplashFontFileID() {
|
|
}
|
|
|
|
SplashFontFileID::~SplashFontFileID() {
|
|
}
|