Files
core/HwpFile/HwpDoc/Paragraph/CellParagraph.cpp
2024-12-03 20:12:50 +03:00

9 lines
83 B
C++

#include "CellParagraph.h"
namespace HWP
{
CCellParagraph::CCellParagraph()
{
}
}