mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 07:23:34 +08:00
9 lines
182 B
C++
9 lines
182 B
C++
|
|
|
|
#include "TableUtils.h"
|
|
|
|
namespace DOCXDOCUTILS
|
|
{
|
|
map<std::string, unsigned char> CTblBorders::m_oBrcTypeMap;
|
|
map<std::string, unsigned char> CTblBorders::m_oColorsMap;
|
|
} |