diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-20 15:56:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-21 10:54:02 +0100 |
commit | 0678d8e315af75ba0c04501e72cdeeb896bae697 (patch) | |
tree | 9a7a0fbddc2d09ffbfed9859a1a43b8508f4d936 /include/svx | |
parent | 785a8564ebb501e2e623133e214467b947f7e671 (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>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svxids.hrc | 1 |
1 files changed, 0 insertions, 1 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 ) |