[Libreoffice-commits] core.git: include/svx sc/inc

Noel Grandin noel.grandin at collabora.co.uk
Thu Dec 21 09:54:22 UTC 2017


 include/svx/svxids.hrc |    1 -
 sc/inc/sc.hrc          |    3 ---
 2 files changed, 4 deletions(-)

New commits:
commit 0678d8e315af75ba0c04501e72cdeeb896bae697
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Wed Dec 20 15:56:57 2017 +0200

    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 at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

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)
 


More information about the Libreoffice-commits mailing list