summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJennifer Liebel <jliebel94@gmail.com>2014-12-05 08:24:07 +0000
committerTor Lillqvist <tml@collabora.com>2014-12-05 08:44:28 +0000
commite2e94f1a1241481941548fa94f32bf63e162967b (patch)
treeefaf3d28db20655d0ca156929bdd9bb7cce38263
parenteba50fadbe5b1a6c27745b3e8ea7b60ba2dfc903 (diff)
fdo#84938: removed unused defines
Change-Id: Iaccc5ab6804c290b26e641c724051e497d00e32e Reviewed-on: https://gerrit.libreoffice.org/13308 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r--filter/source/graphicfilter/icgm/chart.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/filter/source/graphicfilter/icgm/chart.hxx b/filter/source/graphicfilter/icgm/chart.hxx
index 3fced99be909..e92b1a90c7d5 100644
--- a/filter/source/graphicfilter/icgm/chart.hxx
+++ b/filter/source/graphicfilter/icgm/chart.hxx
@@ -46,18 +46,6 @@
#define ALLCHART 127 /* 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. */
-#define IOC_XYAXIS 3 /* Axis title for XY charts. */
-#define IOC_XYSERIESLEGEND 4 /* Series legend titles for XY charts. */
-#define IOC_PIETITLE 5 /* Title for pie charts. */
-#define IOC_TABLEBODY 6 /* Table chart text element. */
-#define IOC_TITLEBODY 7 /* Title chart text element. */
-#define IOC_BULLETBODY 8 /* Bullet chart text element. */
-#define IOC_XYLEGENDTITLE 9 /* Legend title for XY charts. */
-#define IOC_PIELEGENDTITLE 10 /* Legend title for pie charts. */
-#define IOC_TABLEGENDTITLE 11 /* Legend title for table charts. */
-
typedef struct TextAttribute
{
sal_uInt16 nTextAttribCount;