mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 06:22:44 +08:00
10 lines
94 B
C++
10 lines
94 B
C++
#include "TextLayout.h"
|
|
|
|
namespace HWP { namespace CHART
|
|
{
|
|
CTextLayout::CTextLayout()
|
|
{
|
|
|
|
}
|
|
}}
|