From ffaf640b734885d2844a99cc1fd61c8a6a1d663b Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 28 Mar 2014 12:29:13 -0400 Subject: Add API wrapper to handle properties of new GL3D chart type. Now the new proprety gets properly imported and exported to and from ODF. Also, more on replacing string literals with define macro constants. Change-Id: I4b773d68610a8aeaeb239901dac166e4dc2dd80d --- chart2/inc/unonames.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chart2/inc') diff --git a/chart2/inc/unonames.hxx b/chart2/inc/unonames.hxx index a02ba61523cc..9f9d1cb3cd45 100644 --- a/chart2/inc/unonames.hxx +++ b/chart2/inc/unonames.hxx @@ -15,6 +15,8 @@ #define CHART_UNONAME_SPLINE_TYPE "SplineType" #define CHART_UNONAME_SPLINE_ORDER "SplineOrder" #define CHART_UNONAME_SPLINE_RESOLUTION "SplineResolution" +#define CHART_UNONAME_CURVE_STYLE "CurveStyle" +#define CHART_UNONAME_CURVE_RESOLUTION "CurveResolution" #endif -- cgit