Files
core/HwpFile/HwpDoc/Chart/DataPoint.cpp
2025-12-22 20:00:44 +03:00

15 lines
132 B
C++

#include "DataPoint.h"
namespace HWP { namespace CHART
{
CDataPointLabel::CDataPointLabel()
{
}
CDataPoint::CDataPoint()
{
}
}}