chart2/source/controller/dialogs/Bitmaps.hrc | 4 ---- desktop/inc/deployment.hrc | 3 --- sc/inc/sc.hrc | 4 ---- xmlsecurity/source/dialogs/dialogs.hrc | 2 -- 4 files changed, 13 deletions(-)
New commits: commit f5e2a466066053d70e5ff6a0cc1857910b01a9b6 Author: Caolán McNamara <[email protected]> Date: Thu Oct 6 15:15:43 2016 +0100 drop unused STD_MASKCOLOR defines Change-Id: I9e6d499788467e5215464cf8f5146721b847909c diff --git a/chart2/source/controller/dialogs/Bitmaps.hrc b/chart2/source/controller/dialogs/Bitmaps.hrc index d15b517..0c3f323 100644 --- a/chart2/source/controller/dialogs/Bitmaps.hrc +++ b/chart2/source/controller/dialogs/Bitmaps.hrc @@ -21,10 +21,6 @@ #include <svl/solar.hrc> -#ifndef STD_MASKCOLOR -#define STD_MASKCOLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } -#endif - // chart types // Images: diff --git a/desktop/inc/deployment.hrc b/desktop/inc/deployment.hrc index ccb6442..4b16b30 100644 --- a/desktop/inc/deployment.hrc +++ b/desktop/inc/deployment.hrc @@ -20,9 +20,6 @@ #ifndef INCLUDED_DEPLOYMENT_HRC #define INCLUDED_DEPLOYMENT_HRC -#define MASKCOLOR MaskColor = \ - Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; - #define RID_DEPLOYMENT_START 2000 #define RID_DEPLOYMENT_GUI_START RID_DEPLOYMENT_START diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 26b55cb..49f3dcf 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1102,10 +1102,6 @@ #define SC_DIALOGS_END (WID_CONDFRMT_REF + 1) -#ifndef STD_MASKCOLOR -#define STD_MASKCOLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } -#endif - #define MID_1 1 #define MID_2 2 #define MID_3 3 diff --git a/xmlsecurity/source/dialogs/dialogs.hrc b/xmlsecurity/source/dialogs/dialogs.hrc index ce7e97c..d4bd3ab 100644 --- a/xmlsecurity/source/dialogs/dialogs.hrc +++ b/xmlsecurity/source/dialogs/dialogs.hrc @@ -23,8 +23,6 @@ #include <svtools/controldims.hrc> #include <global.hrc> -#define STD_MASKCOLOR Color{Red=0xffff;Green=0x0000;Blue=0xffff;} - #define STR_HEADERBAR 256 #define STR_VERSION 257 #define STR_SERIALNUM 258
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
