diff options
-rw-r--r-- | chart2/source/controller/dialogs/Bitmaps.hrc | 4 | ||||
-rw-r--r-- | desktop/inc/deployment.hrc | 3 | ||||
-rw-r--r-- | sc/inc/sc.hrc | 4 | ||||
-rw-r--r-- | xmlsecurity/source/dialogs/dialogs.hrc | 2 |
4 files changed, 0 insertions, 13 deletions
diff --git a/chart2/source/controller/dialogs/Bitmaps.hrc b/chart2/source/controller/dialogs/Bitmaps.hrc index d15b5172e09e..0c3f323d7032 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 ccb64425e29c..4b16b301ceb3 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 26b55cb78442..49f3dcf878d0 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 ce7e97c14118..d4bd3ab259a9 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 |