diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-11-17 14:00:25 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-11-17 14:00:59 +0100 |
commit | 16891f9898accc2cfe6814db7d9ed82eaac4d108 (patch) | |
tree | d6e420dbee6cb4dbba4e313d1f25d760fd72f80c /toolkit/source | |
parent | 8ea96c44d843b10116581165a08d1fbb5a999c40 (diff) |
Remove HC throbber image usage
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/awt/xthrobber.cxx | 3 | ||||
-rw-r--r-- | toolkit/source/awt/xthrobber.hrc | 6 | ||||
-rw-r--r-- | toolkit/source/awt/xthrobber.src | 73 |
3 files changed, 0 insertions, 82 deletions
diff --git a/toolkit/source/awt/xthrobber.cxx b/toolkit/source/awt/xthrobber.cxx index b6cc4db95e7b..5f015953132c 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 32c068ff8a85..8fd8e741fa40 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 199b25015056..90b8fdf1201c 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 -}; - |