summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-20 15:56:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-21 10:54:02 +0100
commit0678d8e315af75ba0c04501e72cdeeb896bae697 (patch)
tree9a7a0fbddc2d09ffbfed9859a1a43b8508f4d936
parent785a8564ebb501e2e623133e214467b947f7e671 (diff)
no need to play define games with SID_DRAW_CHART
since it's only being used in sc/ Change-Id: I1efc54c1816dfb6b91b6bc407767a19cf795c168 Reviewed-on: https://gerrit.libreoffice.org/46885 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--include/svx/svxids.hrc1
-rw-r--r--sc/inc/sc.hrc3
2 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc
index c7d0557ee293..a98b1b644ba9 100644
--- a/include/svx/svxids.hrc
+++ b/include/svx/svxids.hrc
@@ -291,7 +291,6 @@ class SvxPostItIdItem;
#define SID_OBJECT_ALIGN_DOWN ( SID_SVX_START + 136 )
#define SID_INSERT_DIAGRAM_FROM_FILE ( SID_SVX_START + 139 )
#define SID_INSERT_DIAGRAM ( SID_SVX_START + 140 )
-#define SID_DRAW_CHART SID_INSERT_DIAGRAM
#define SID_INSERT_TABLE ( SID_SVX_START + 141 )
#define SID_ATTRIBUTES_AREA ( SID_SVX_START + 142 )
#define SID_ATTRIBUTES_LINE ( SID_SVX_START + 143 )
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 7d2da96617bd..ee3caa1d7e7c 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -118,9 +118,6 @@
#define SID_SCPRINTOPTIONS (SC_VIEW_START + 68)
#define SID_WINDOW_SPLIT (SC_VIEW_START + 69)
#define SID_WINDOW_FIX (SC_VIEW_START + 70)
-#ifdef SID_DRAW_CHART
-#undef SID_DRAW_CHART
-#endif
#define SID_DRAW_CHART (SC_VIEW_START + 71)
#define SID_UPDATETABLINKS (SC_VIEW_START + 72)