diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-06-17 11:41:06 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-06-19 14:46:56 -0400 |
commit | 2538e30ccc2e98de92de5157ca523fdb347eb537 (patch) | |
tree | f6e07c61cd108d73e7cc99752e89e08a4cde84ff /chart2/inc | |
parent | b846847121a29b8acd9d48ef1a795ea3b9d6d974 (diff) |
Use define constant to keep track of all NumberFormat property usage.
Change-Id: I2a544922e03ec8253290ac8bf5a89c9cdd72d8dd
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 7962249120ce..2b5f601e90e1 100644 --- a/chart2/inc/unonames.hxx +++ b/chart2/inc/unonames.hxx @@ -17,6 +17,8 @@ #define CHART_UNONAME_SPLINE_RESOLUTION "SplineResolution" #define CHART_UNONAME_CURVE_STYLE "CurveStyle" #define CHART_UNONAME_CURVE_RESOLUTION "CurveResolution" +#define CHART_UNONAME_NUMFMT "NumberFormat" +#define CHART_UNONAME_LINK_TO_SRC_NUMFMT "LinkNumberFormatToSource" #endif |