mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 14:00:32 +08:00
10 lines
72 B
C++
10 lines
72 B
C++
#include "Transform.h"
|
|
|
|
namespace HWP
|
|
{
|
|
CTransform::CTransform()
|
|
{
|
|
|
|
}
|
|
}
|