mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +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;
|
|
} |