summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-29 14:41:00 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-29 14:41:00 +0200
commite2b7dc3fcd8cc926d54ddcca0d268fbd3b123a7f (patch)
treee0a1405dbbb8babfaa133bce1dd4bb618d0ea169 /filter
parent9c0224d5045ec14c993509c39dc3d04e25a4d662 (diff)
Partially revert "Remove unused defines"
This partially reverts 278000a28b8eceb8528ebdcf1d601de8192979e8 http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html Change-Id: If79b1c82653b8626dd83050b8a91cb17f556870f
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/icgm/chart.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/filter/source/graphicfilter/icgm/chart.hxx b/filter/source/graphicfilter/icgm/chart.hxx
index d052ce799703..bfe7ff22ff52 100644
--- a/filter/source/graphicfilter/icgm/chart.hxx
+++ b/filter/source/graphicfilter/icgm/chart.hxx
@@ -35,7 +35,7 @@
#define PIECHART 21 /* Standard pie chart file. */
#define ORGCHART 26 /* Standard org chart file. */
#define TTLCHART 31 /* Title chart file. */
-// BULCHART 32 /* Bullet chart file. */
+#define BULCHART 32 /* Bullet chart file. */
#define TABCHART 33 /* Table chart file. */
#define DRWCHART 41 /* Chart with drawings only.*/
#define MLTCHART 42 /* Multiple chart file. */
@@ -44,16 +44,16 @@
#define SYMFILE 47 /* Symbol file. */
/* the following were added although SPC doesn't have a #define */
/* for them... */
-// AUTOTTLCHT 95 /* Autobuild TTL CHT */
-// AUTOBULCHT 96 /* Autobuild BUL CHT */
-// AUTOTABCHT 97 /* Autobuild TAB CHT */
+#define AUTOTTLCHT 95 /* Autobuild TTL CHT */
+#define AUTOBULCHT 96 /* Autobuild BUL CHT */
+#define AUTOTABCHT 97 /* Autobuild TAB CHT */
/* FNC 10/11/93: for the chart stream, ALLCHART was added. */
/* It is used specifically by PPT in its Template to let */
/* us know that the template applies to all charts, not to */
/* one specific chart type. */
#define ALLCHART 127 /* Applies to all chart types */
-// ALLCHART_TPL 255 /* Applies to all chart types */
+#define ALLCHART_TPL 255 /* Applies to all chart types */
#define IOC_CHTTITLE 1 /* Title for any chart. */
#define IOC_CHTFOOTNOTE 2 /* ::com::sun::star::text::Footnote for any chart. */