summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 06:43:16 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 06:43:16 +0000
commit12fc131462db3a01b3ee48467124ef92b1ff29b4 (patch)
tree4c9f4e67f24426884f06402b56d76d6962e386f4 /svx
parent0349bcec88cbcc5158129184b9dca0e29c76e411 (diff)
INTEGRATION: CWS oj14 (1.6.60); FILE MERGED
2007/05/02 08:50:41 fs 1.6.60.1: SvxTbxButtonColorUpdater_Impl renamed to ToolboxButtonColorUpdater, and outsourced to separate file
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/colorwindow.hxx33
1 files changed, 0 insertions, 33 deletions
diff --git a/svx/source/tbxctrls/colorwindow.hxx b/svx/source/tbxctrls/colorwindow.hxx
index c250437a15b5..1eee8f2d31f4 100644
--- a/svx/source/tbxctrls/colorwindow.hxx
+++ b/svx/source/tbxctrls/colorwindow.hxx
@@ -55,37 +55,4 @@ public:
virtual SfxPopupWindow* Clone() const;
};
-//========================================================================
-// class SvxTbxButtonColorUpdater_Impl ----------------------------------------
-//========================================================================
-#define TBX_UPDATER_MODE_NONE 0x00
-#define TBX_UPDATER_MODE_CHAR_COLOR 0x01
-#define TBX_UPDATER_MODE_CHAR_BACKGROUND 0x02
-#define TBX_UPDATER_MODE_CHAR_COLOR_NEW 0x03
-
-class SvxTbxButtonColorUpdater_Impl
-{
-public:
- SvxTbxButtonColorUpdater_Impl( USHORT nSlotId,
- USHORT nTbxBtnId,
- ToolBox* ptrTbx,
- USHORT nMode = 0 );
- ~SvxTbxButtonColorUpdater_Impl();
-
- void Update( const Color& rColor );
-
-protected:
- void DrawChar(VirtualDevice&, const Color&);
-
-private:
- USHORT mnDrawMode;
- USHORT mnBtnId;
- USHORT mnSlotId;
- ToolBox* mpTbx;
- Color maCurColor;
- Rectangle maUpdRect;
- Size maBmpSize;
- BOOL mbWasHiContrastMode;
-};
-
#endif