mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 15:20:04 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52222 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
3779f31d9e
commit
255aae9fb4
@ -0,0 +1,21 @@
|
||||
#include "stdafx.h"
|
||||
#include "LiteHTMLAttributes.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
# define new DEBUG_NEW
|
||||
# undef THIS_FILE
|
||||
static char THIS_FILE[] = __FILE__;
|
||||
#endif // _DEBUG
|
||||
|
||||
#pragma warning(push, 4)
|
||||
|
||||
const COLORREF CLiteHTMLElemAttr::_clrInvalid = (COLORREF)0xFFFFFFFF;
|
||||
const unsigned short CLiteHTMLElemAttr::_percentMax = USHRT_MAX;
|
||||
|
||||
// the reason behind setting the block size of our collection
|
||||
// to 166 is that we have a total of 166 known named colors
|
||||
|
||||
CLiteHTMLElemAttr::CNamedColors CLiteHTMLElemAttr::_namedColors(166 /* block size */);
|
||||
|
||||
#pragma warning(pop)
|
||||
|
||||
Reference in New Issue
Block a user