[Libreoffice-commits] .: cui/source

Sebastian Spaeth spaetz at kemper.freedesktop.org
Tue Nov 16 08:20:04 PST 2010


 cui/source/customize/acccfg.src   |   20 --------------------
 cui/source/customize/eventdlg.src |   10 ----------
 cui/source/customize/macropg.src  |   10 ----------
 cui/source/customize/selector.src |   20 --------------------
 cui/source/tabpages/labdlg.cxx    |    1 -
 cui/source/tabpages/labdlg.hrc    |    5 -----
 cui/source/tabpages/labdlg.src    |   16 ----------------
 7 files changed, 82 deletions(-)

New commits:
commit d370961ff6547cb061193f7c09c24492fce8153f
Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Tue Nov 16 17:19:43 2010 +0100

    More _HC removal in CUI. cui builds now again

diff --git a/cui/source/customize/acccfg.src b/cui/source/customize/acccfg.src
index 659f3f9..c993aca 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 9bb68d6..f186b01 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 1fe76ce..fc4560b 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 f09f956..466b7e3 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
   {
diff --git a/cui/source/tabpages/labdlg.cxx b/cui/source/tabpages/labdlg.cxx
index 4230172..b9fcc8c 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 5c82d8c..7991be0 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 45e8aa3..e6b949c 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 ----------------------------------------------------
 


More information about the Libreoffice-commits mailing list