summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/msgbox.hxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-11-13 00:35:47 -0800
committerJoseph Powers <jpowers27@cox.net>2010-11-13 00:35:47 -0800
commit857d9d570fef89d5a64e0df52222a1fd1e2af681 (patch)
tree5e11490b8a66e489f71195ea26b00b450a884210 /vcl/inc/vcl/msgbox.hxx
parenta617c28fb5249e839bb3780e5593db936317e323 (diff)
Purged BmpColorMode from libs-gui - libs-gui
Diffstat (limited to 'vcl/inc/vcl/msgbox.hxx')
-rw-r--r--vcl/inc/vcl/msgbox.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/vcl/inc/vcl/msgbox.hxx b/vcl/inc/vcl/msgbox.hxx
index 7b02444ed4d7..42eaeef2a7e4 100644
--- a/vcl/inc/vcl/msgbox.hxx
+++ b/vcl/inc/vcl/msgbox.hxx
@@ -71,7 +71,6 @@ protected:
FixedImage* mpFixedImage;
XubString maMessText;
Image maImage;
- Image maImageHC;
USHORT mnSoundType;
BOOL mbHelpBtn;
BOOL mbSound;
@@ -101,8 +100,8 @@ public:
void SetImage( const Image& rImage ) { maImage = rImage; }
const Image& GetImage() const { return maImage; }
- BOOL SetModeImage( const Image& rImage, BmpColorMode eMode = BMP_COLOR_NORMAL );
- const Image& GetModeImage( BmpColorMode eMode = BMP_COLOR_NORMAL ) const;
+ BOOL SetModeImage( const Image& rImage );
+ const Image& GetModeImage( ) const;
void SetDefaultCheckBoxText();
void SetCheckBoxText( const XubString& rText ) { maCheckBoxText = rText;}
@@ -127,7 +126,6 @@ public:
InfoBox( Window* pParent, const ResId & rResId );
static Image GetStandardImage();
- static Image GetStandardImageHC();
};
// --------------
@@ -147,7 +145,6 @@ public:
void SetDefaultCheckBoxText();
static Image GetStandardImage();
- static Image GetStandardImageHC();
};
// ------------
@@ -165,7 +162,6 @@ public:
ErrorBox( Window* pParent, const ResId& rResId );
static Image GetStandardImage();
- static Image GetStandardImageHC();
};
// ------------
@@ -185,7 +181,6 @@ public:
void SetDefaultCheckBoxText();
static Image GetStandardImage();
- static Image GetStandardImageHC();
};
#endif // _SV_MSGBOX_HXX