mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-10 18:32:50 +08:00
9 lines
183 B
C++
9 lines
183 B
C++
#include "stdafx.h"
|
|
|
|
#include "TableUtils.h"
|
|
|
|
namespace DOCXDOCUTILS
|
|
{
|
|
map<std::string, byte> CTblBorders::m_oBrcTypeMap;
|
|
map<std::string, byte> CTblBorders::m_oColorsMap;
|
|
} |