diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-28 12:29:13 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-29 00:47:21 -0400 |
commit | ffaf640b734885d2844a99cc1fd61c8a6a1d663b (patch) | |
tree | 2f3d1ad5551f59d2330f4d457cf283e1a0b4fc4c /chart2/inc | |
parent | de7c0f31b5773296c8af6692e7155119209d07ef (diff) |
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
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/unonames.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 |