diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-21 16:34:15 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-21 20:31:24 -0400 |
commit | b2ffa40c12024886c3c6fd36d198aed2f8434fde (patch) | |
tree | b19643d60bbdcfb70062aa9de71aef49ae6272dc /chart2/inc | |
parent | e1840cf944b36b7ead5800a036870e38f4ddb049 (diff) |
Compiler macro in lieu of literal "Label" to make it easier to track it.
Change-Id: I6bc694fcc8f97b308747c097c4fa977d20524377
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/unonames.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/inc/unonames.hxx b/chart2/inc/unonames.hxx index 4975ed4cb367..0731ab6874a6 100644 --- a/chart2/inc/unonames.hxx +++ b/chart2/inc/unonames.hxx @@ -21,6 +21,7 @@ #define CHART_UNONAME_LINK_TO_SRC_NUMFMT "LinkNumberFormatToSource" #define CHART_UNONAME_ERRORBAR_X "ErrorBarX" #define CHART_UNONAME_ERRORBAR_Y "ErrorBarY" +#define CHART_UNONAME_LABEL "Label" #endif |