these other IMAGE_STDBTN_COLOR defines do nothing

Change-Id: If35bd52f973dc89b05afd283a4a89998c491b862
diff --git a/cui/source/customize/cfg.src b/cui/source/customize/cfg.src
index 48f60da..306e5d8 100644
--- a/cui/source/customize/cfg.src
+++ b/cui/source/customize/cfg.src
@@ -106,10 +106,6 @@ String RID_SVXSTR_MENU_ADDCOMMANDS_DESCRIPTION
    Text [ en-US ] = "To add a command to a menu, select the category and then the command. You can also drag the command to the Commands list of the Menus tab page in the Customize dialog.";
};

#ifndef IMAGE_STDBTN_COLOR
#define IMAGE_STDBTN_COLOR Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
#endif

// Strings ---------------------------------------------------------------
String RID_SVXSTR_IMPORT_ICON_ERROR
{
diff --git a/svtools/source/control/ctrlbox.src b/svtools/source/control/ctrlbox.src
index f352a99..36036d9 100644
--- a/svtools/source/control/ctrlbox.src
+++ b/svtools/source/control/ctrlbox.src
@@ -18,10 +18,6 @@
 */
#include <svtools/svtools.hrc>

#ifndef IMAGE_STDBTN_COLOR
#define IMAGE_STDBTN_COLOR Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
#endif

String STR_SVT_AUTOMATIC_COLOR
{
    Text [ en-US ] = "Automatic";