mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 06:22:44 +08:00
15 lines
148 B
C++
15 lines
148 B
C++
#include "VtChart.h"
|
|
|
|
namespace HWP { namespace CHART
|
|
{
|
|
CVtChart::CVtChart()
|
|
{
|
|
|
|
}
|
|
|
|
ETypes CVtChart::GetType() const
|
|
{
|
|
return ETypes::VtChart;
|
|
}
|
|
}}
|