From 0678d8e315af75ba0c04501e72cdeeb896bae697 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 20 Dec 2017 15:56:57 +0200 Subject: 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 Reviewed-by: Noel Grandin --- sc/inc/sc.hrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc/inc/sc.hrc') 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) -- cgit