callcatcher: various unused methods

This commit is contained in:
Caolán McNamara
2011-10-03 21:40:06 +01:00
parent f1d4ce6ea5
commit 04723baf6e
15 changed files with 0 additions and 338 deletions

View File

@@ -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 ) {