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 /sc/inc | |
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 'sc/inc')
-rw-r--r-- | sc/inc/sc.hrc | 3 |
1 files changed, 0 insertions, 3 deletions
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) |