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/tabpages | |
parent | f8beeada5726f64516405b7ffb966487da4cc519 (diff) |
More _HC removal in CUI. cui builds now again
Diffstat (limited to 'cui/source/tabpages')
-rw-r--r-- | cui/source/tabpages/labdlg.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/labdlg.hrc | 5 | ||||
-rw-r--r-- | cui/source/tabpages/labdlg.src | 16 |
3 files changed, 0 insertions, 22 deletions
diff --git a/cui/source/tabpages/labdlg.cxx b/cui/source/tabpages/labdlg.cxx index 898186031f1b..568a215a7499 100644 --- a/cui/source/tabpages/labdlg.cxx +++ b/cui/source/tabpages/labdlg.cxx @@ -128,7 +128,6 @@ SvxCaptionTabPage::SvxCaptionTabPage(Window* pParent, const SfxItemSet& rInAttrs for( nBitmap = 0; nBitmap < CAPTYPE_BITMAPS_COUNT; nBitmap++ ) { mpBmpCapTypes[nBitmap] = new Image(Bitmap(CUI_RES(BMP_CAPTTYPE_1 + nBitmap)), COL_LIGHTMAGENTA ); - mpBmpCapTypesH[nBitmap] = new Image(Bitmap(CUI_RES(BMP_CAPTTYPE_1_H + nBitmap)), COL_LIGHTMAGENTA ); } //------------ValueSet installieren-------------------------- diff --git a/cui/source/tabpages/labdlg.hrc b/cui/source/tabpages/labdlg.hrc index 8f76e8572f86..8759a0158f22 100644 --- a/cui/source/tabpages/labdlg.hrc +++ b/cui/source/tabpages/labdlg.hrc @@ -66,11 +66,6 @@ #define BMP_CAPTTYPE_3 3 #define BMP_CAPTTYPE_4 4 -#define BMP_CAPTTYPE_1_H 5 -#define BMP_CAPTTYPE_2_H 6 -#define BMP_CAPTTYPE_3_H 7 -#define BMP_CAPTTYPE_4_H 8 - #define SHOW_HORZ 1 #define SHOW_VERT 2 #define SHOW_ABS 3 diff --git a/cui/source/tabpages/labdlg.src b/cui/source/tabpages/labdlg.src index ed13f2de9b49..05497e59b7a4 100644 --- a/cui/source/tabpages/labdlg.src +++ b/cui/source/tabpages/labdlg.src @@ -214,22 +214,6 @@ TabPage RID_SVXPAGE_CAPTION { File = "legtyp4.bmp" ; }; - Bitmap BMP_CAPTTYPE_1_H - { - File = "legtyp1_hc.bmp" ; - }; - Bitmap BMP_CAPTTYPE_2_H - { - File = "legtyp2_hc.bmp" ; - }; - Bitmap BMP_CAPTTYPE_3_H - { - File = "legtyp3_hc.bmp" ; - }; - Bitmap BMP_CAPTTYPE_4_H - { - File = "legtyp4_hc.bmp" ; - }; }; // RID_SVXDLG_CAPTION ---------------------------------------------------- |