summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/msgbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/vcl/msgbox.hxx')
-rw-r--r--vcl/inc/vcl/msgbox.hxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/vcl/inc/vcl/msgbox.hxx b/vcl/inc/vcl/msgbox.hxx
index 5e0604464bea..326dae5616e3 100644
--- a/vcl/inc/vcl/msgbox.hxx
+++ b/vcl/inc/vcl/msgbox.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -70,7 +71,6 @@ protected:
FixedImage* mpFixedImage;
XubString maMessText;
Image maImage;
- Image maImageHC;
sal_uInt16 mnSoundType;
sal_Bool mbHelpBtn;
sal_Bool mbSound;
@@ -100,8 +100,8 @@ public:
void SetImage( const Image& rImage ) { maImage = rImage; }
const Image& GetImage() const { return maImage; }
- sal_Bool SetModeImage( const Image& rImage, BmpColorMode eMode = BMP_COLOR_NORMAL );
- const Image& GetModeImage( BmpColorMode eMode = BMP_COLOR_NORMAL ) const;
+ sal_Bool SetModeImage( const Image& rImage );
+ const Image& GetModeImage( ) const;
void SetDefaultCheckBoxText();
void SetCheckBoxText( const XubString& rText ) { maCheckBoxText = rText;}
@@ -126,7 +126,6 @@ public:
InfoBox( Window* pParent, const ResId & rResId );
static Image GetStandardImage();
- static Image GetStandardImageHC();
};
// --------------
@@ -146,7 +145,6 @@ public:
void SetDefaultCheckBoxText();
static Image GetStandardImage();
- static Image GetStandardImageHC();
};
// ------------
@@ -164,7 +162,6 @@ public:
ErrorBox( Window* pParent, const ResId& rResId );
static Image GetStandardImage();
- static Image GetStandardImageHC();
};
// ------------
@@ -184,7 +181,8 @@ public:
void SetDefaultCheckBoxText();
static Image GetStandardImage();
- static Image GetStandardImageHC();
};
#endif // _SV_MSGBOX_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */