mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 22:14:52 +08:00
10 lines
88 B
C++
10 lines
88 B
C++
#include "Gradient.h"
|
|
|
|
namespace HWP { namespace CHART
|
|
{
|
|
CGradient::CGradient()
|
|
{
|
|
|
|
}
|
|
}}
|