The writing code for converting hwp format

This commit is contained in:
Green
2024-12-16 21:05:10 +03:00
parent 0c1df859e2
commit 328e379ec2
51 changed files with 522 additions and 170 deletions

View File

@ -5,7 +5,7 @@ namespace HWP
CCtrlShapeOle::CCtrlShapeOle()
{}
CCtrlShapeOle::CCtrlShapeOle(const std::string& sCtrlID)
CCtrlShapeOle::CCtrlShapeOle(const STRING& sCtrlID)
: CCtrlGeneralShape(sCtrlID)
{}