summaryrefslogtreecommitdiff
path: root/vcl/source/window/msgbox.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-03 21:40:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-04 09:00:05 +0100
commit04723baf6e87fb8d3c097f41529e388bf48df43c (patch)
treeb9f02835a5fbe5884bce911ae80f9a08686729de /vcl/source/window/msgbox.cxx
parentf1d4ce6ea51574a0f0a80c4c9ed2ddbc356fbec0 (diff)
callcatcher: various unused methods
Diffstat (limited to 'vcl/source/window/msgbox.cxx')
-rw-r--r--vcl/source/window/msgbox.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/vcl/source/window/msgbox.cxx b/vcl/source/window/msgbox.cxx
index e27cefe6eeb7..bc328326e5c2 100644
--- a/vcl/source/window/msgbox.cxx
+++ b/vcl/source/window/msgbox.cxx
@@ -459,21 +459,6 @@ void MessBox::SetDefaultCheckBoxText()
// -----------------------------------------------------------------------
-sal_Bool MessBox::SetModeImage( const Image& rImage )
-{
- SetImage( rImage );
- return sal_True;
-}
-
-// -----------------------------------------------------------------------
-
-const Image& MessBox::GetModeImage( ) const
-{
- return maImage;
-}
-
-// -----------------------------------------------------------------------
-
Size MessBox::GetOptimalSize(WindowSizeType eType) const
{
switch( eType ) {