summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/colorwindow.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-21 08:47:10 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-21 08:47:10 +0000
commitd411e649b951fc99e3a2ffeb978f75327cca06d1 (patch)
treea296d534d847cf6694bff6ad246cee72694496a9 /svx/source/tbxctrls/colorwindow.hxx
parentac958f9c5878e8298f7de29579234210eb115135 (diff)
INTEGRATION: CWS bmpres01 (1.2.42); FILE MERGED
2004/04/28 15:12:17 ka 1.2.42.1: syntax
Diffstat (limited to 'svx/source/tbxctrls/colorwindow.hxx')
-rw-r--r--svx/source/tbxctrls/colorwindow.hxx15
1 files changed, 7 insertions, 8 deletions
diff --git a/svx/source/tbxctrls/colorwindow.hxx b/svx/source/tbxctrls/colorwindow.hxx
index 42f0f7d33f26..83cddfe92a7f 100644
--- a/svx/source/tbxctrls/colorwindow.hxx
+++ b/svx/source/tbxctrls/colorwindow.hxx
@@ -63,14 +63,13 @@ protected:
void DrawChar(VirtualDevice&, const Color&);
private:
- USHORT nDrawMode;
- USHORT nBtnId;
- ToolBox* pTbx;
- Bitmap* pBtnBmp;
- Color aCurColor;
- Rectangle theUpdRect;
- Size theBmpSize;
- BOOL bWasHiContrastMode;
+ USHORT mnDrawMode;
+ USHORT mnBtnId;
+ ToolBox* mpTbx;
+ Color maCurColor;
+ Rectangle maUpdRect;
+ Size maBmpSize;
+ BOOL mbWasHiContrastMode;
};
#endif