diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-11-16 17:19:43 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-11-16 17:19:43 +0100 |
commit | 788f2f94347ab5c17760fbfc67408ee16bb1d7b8 (patch) | |
tree | 48e3ad92895338c5a4363cb0d5cac03957b1b932 /cui/source/customize | |
parent | f8beeada5726f64516405b7ffb966487da4cc519 (diff) |
More _HC removal in CUI. cui builds now again
Diffstat (limited to 'cui/source/customize')
-rw-r--r-- | cui/source/customize/acccfg.src | 20 | ||||
-rw-r--r-- | cui/source/customize/eventdlg.src | 10 | ||||
-rw-r--r-- | cui/source/customize/macropg.src | 10 | ||||
-rw-r--r-- | cui/source/customize/selector.src | 20 |
4 files changed, 0 insertions, 60 deletions
diff --git a/cui/source/customize/acccfg.src b/cui/source/customize/acccfg.src index 659f3f928d98..c993aca90b90 100644 --- a/cui/source/customize/acccfg.src +++ b/cui/source/customize/acccfg.src @@ -233,41 +233,21 @@ Resource RID_SVXPAGE_CONFIGGROUPBOX ImageBitmap = Bitmap { File = "harddisk_16.bmp" ; }; MASKCOLOR }; - Image IMG_HARDDISK_HC - { - ImageBitmap = Bitmap { File = "harddisk_16_h.bmp" ; }; - MASKCOLOR - }; Image IMG_LIB { ImageBitmap = Bitmap { File = "im30820.png"; }; MASKCOLOR }; - Image IMG_LIB_HC - { - ImageBitmap = Bitmap { File = "imh30820.png"; }; - MASKCOLOR - }; Image IMG_MACRO { ImageBitmap = Bitmap { File = "im30821.png"; }; MASKCOLOR }; - Image IMG_MACRO_HC - { - ImageBitmap = Bitmap { File = "imh30821.png"; }; - MASKCOLOR - }; Image IMG_DOC { ImageBitmap = Bitmap { File = "im30826.png"; }; MASKCOLOR }; - Image IMG_DOC_HC - { - ImageBitmap = Bitmap { File = "imh30826.png"; }; - MASKCOLOR - }; String STR_BASICNAME { Text = "%PRODUCTNAME Basic" ; diff --git a/cui/source/customize/eventdlg.src b/cui/source/customize/eventdlg.src index e8c0e21677ac..b121caca1420 100644 --- a/cui/source/customize/eventdlg.src +++ b/cui/source/customize/eventdlg.src @@ -98,14 +98,4 @@ TabPage RID_SVXPAGE_EVENTS ImageBitmap = Bitmap { File = "component_16.png"; }; MASKCOLOR }; - Image IMG_MACRO_H - { - ImageBitmap = Bitmap { File = "idh018.png"; }; - MASKCOLOR - }; - Image IMG_COMPONENT_H - { - ImageBitmap = Bitmap { File = "component_16_h.png"; }; - MASKCOLOR - }; }; diff --git a/cui/source/customize/macropg.src b/cui/source/customize/macropg.src index 95e45558e918..aeb8e43b024e 100644 --- a/cui/source/customize/macropg.src +++ b/cui/source/customize/macropg.src @@ -97,16 +97,6 @@ TabPage RID_SVXPAGE_MACROASSIGN ImageBitmap = Bitmap { File = "component_16.png"; }; MASKCOLOR }; - Image IMG_MACRO_H - { - ImageBitmap = Bitmap { File = "idh018.png"; }; - MASKCOLOR - }; - Image IMG_COMPONENT_H - { - ImageBitmap = Bitmap { File = "component_16_h.png"; }; - MASKCOLOR - }; }; ModalDialog RID_SVXDLG_ASSIGNCOMPONENT diff --git a/cui/source/customize/selector.src b/cui/source/customize/selector.src index cd4ea9dd5d12..34e7a7726804 100644 --- a/cui/source/customize/selector.src +++ b/cui/source/customize/selector.src @@ -128,41 +128,21 @@ ModelessDialog RID_DLG_SCRIPTSELECTOR ImageBitmap = Bitmap { File = "harddisk_16.bmp" ; }; MASKCOLOR }; - Image IMG_HARDDISK_HC - { - ImageBitmap = Bitmap { File = "harddisk_16_h.bmp" ; }; - MASKCOLOR - }; Image IMG_LIB { ImageBitmap = Bitmap { File = "im30820.png"; }; MASKCOLOR }; - Image IMG_LIB_HC - { - ImageBitmap = Bitmap { File = "imh30820.png"; }; - MASKCOLOR - }; Image IMG_MACRO { ImageBitmap = Bitmap { File = "im30821.png"; }; MASKCOLOR }; - Image IMG_MACRO_HC - { - ImageBitmap = Bitmap { File = "imh30821.png"; }; - MASKCOLOR - }; Image IMG_DOC { ImageBitmap = Bitmap { File = "im30826.png"; }; MASKCOLOR }; - Image IMG_DOC_HC - { - ImageBitmap = Bitmap { File = "imh30826.png"; }; - MASKCOLOR - }; }; FixedText TXT_SELECTOR_COMMANDS { |