[Libreoffice-commits] .: toolkit/source

Sebastian Spaeth spaetz at kemper.freedesktop.org
Wed Nov 17 05:01:07 PST 2010


 toolkit/source/awt/xthrobber.cxx |    3 -
 toolkit/source/awt/xthrobber.hrc |    6 ---
 toolkit/source/awt/xthrobber.src |   73 ---------------------------------------
 3 files changed, 82 deletions(-)

New commits:
commit e33af92f5c3986e1434e580a0a9d188b8641e210
Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Wed Nov 17 14:00:25 2010 +0100

    Remove HC throbber image usage

diff --git a/toolkit/source/awt/xthrobber.cxx b/toolkit/source/awt/xthrobber.cxx
index 435a22f..a09b921 100644
--- a/toolkit/source/awt/xthrobber.cxx
+++ b/toolkit/source/awt/xthrobber.cxx
@@ -140,9 +140,6 @@ namespace toolkit
         uno::Sequence< uno::Reference< graphic::XGraphic > > aImageList(12);
         sal_uInt16 nIconIdStart = RID_TK_ICON_THROBBER_START;
 
-        if ( mpThrobber->isHCMode() )
-            nIconIdStart = RID_TK_HC_ICON_THROBBER_START;
-
         for ( sal_uInt16 i=0; i<12; i++ )
         {
             Image aImage = TK_RES_IMAGE( nIconIdStart + i );
diff --git a/toolkit/source/awt/xthrobber.hrc b/toolkit/source/awt/xthrobber.hrc
index 5fa6bde..d483c87 100644
--- a/toolkit/source/awt/xthrobber.hrc
+++ b/toolkit/source/awt/xthrobber.hrc
@@ -28,12 +28,6 @@
 #ifndef _TOOLKIT_AWT_XTHROBBER_HRC_
 #define _TOOLKIT_AWT_XTHROBBER_HRC_
 
-
-//------------------------------------------------------------------------------
-
 #define RID_TK_ICON_THROBBER_START       1000
-#define RID_TK_HC_ICON_THROBBER_START    1020
-
-// -----------------------------------------------------------------------------
 
 #endif          // _TOOLKIT_AWT_XTHROBBER_HRC_
diff --git a/toolkit/source/awt/xthrobber.src b/toolkit/source/awt/xthrobber.src
index cf3522c..e23318c 100644
--- a/toolkit/source/awt/xthrobber.src
+++ b/toolkit/source/awt/xthrobber.src
@@ -102,76 +102,3 @@ Image RID_TK_ICON_THROBBER_START + 11
     ImageBitmap = Bitmap{ file = "spinner03-grey_12.png"; };
     STD_MASK_COLOR
 };
-
-Image RID_TK_HC_ICON_THROBBER_START
-{
-    ImageBitmap = Bitmap{ file = "spinner03-32-hc_01.png"; };
-    STD_MASK_COLOR
-};
-
-Image RID_TK_HC_ICON_THROBBER_START + 1
-{
-    ImageBitmap = Bitmap{ file = "spinner03-32-hc_02.png"; };
-    STD_MASK_COLOR
-};
-
-Image RID_TK_HC_ICON_THROBBER_START + 2
-{
-    ImageBitmap = Bitmap{ file = "spinner03-32-hc_03.png"; };
-    STD_MASK_COLOR
-};
-
-Image RID_TK_HC_ICON_THROBBER_START + 3
-{
-    ImageBitmap = Bitmap{ file = "spinner03-32-hc_04.png"; };
-    STD_MASK_COLOR
-};
-
-Image RID_TK_HC_ICON_THROBBER_START + 4
-{
-    ImageBitmap = Bitmap{ file = "spinner03-32-hc_05.png"; };
-    STD_MASK_COLOR
-};
-
-Image RID_TK_HC_ICON_THROBBER_START + 5
-{
-    ImageBitmap = Bitmap{ file = "spinner03-32-hc_06.png"; };
-    STD_MASK_COLOR
-};
-
-Image RID_TK_HC_ICON_THROBBER_START + 6
-{
-    ImageBitmap = Bitmap{ file = "spinner03-32-hc_07.png"; };
-    STD_MASK_COLOR
-};
-
-Image RID_TK_HC_ICON_THROBBER_START + 7
-{
-    ImageBitmap = Bitmap{ file = "spinner03-32-hc_08.png"; };
-    STD_MASK_COLOR
-};
-
-Image RID_TK_HC_ICON_THROBBER_START + 8
-{
-    ImageBitmap = Bitmap{ file = "spinner03-32-hc_09.png"; };
-    STD_MASK_COLOR
-};
-
-Image RID_TK_HC_ICON_THROBBER_START + 9
-{
-    ImageBitmap = Bitmap{ file = "spinner03-32-hc_10.png"; };
-    STD_MASK_COLOR
-};
-
-Image RID_TK_HC_ICON_THROBBER_START + 10
-{
-    ImageBitmap = Bitmap{ file = "spinner03-32-hc_11.png"; };
-    STD_MASK_COLOR
-};
-
-Image RID_TK_HC_ICON_THROBBER_START + 11
-{
-    ImageBitmap = Bitmap{ file = "spinner03-32-hc_12.png"; };
-    STD_MASK_COLOR
-};
-


More information about the Libreoffice-commits mailing list