summaryrefslogtreecommitdiff
path: root/toolkit/source
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-11-17 07:41:37 -0800
committerJoseph Powers <jpowers27@cox.net>2010-11-17 07:42:27 -0800
commit888b88e39c1993096467fd0bbab4053dcefc59a3 (patch)
tree933b81bac109b9b5d1aa75a0b3d4690b8c6ab236 /toolkit/source
parentedf99f8800d077ed1c2faabc59172bb7e6cb2fcc (diff)
libs-gui HC cleanup and .bmp fix
Diffstat (limited to 'toolkit/source')
-rw-r--r--toolkit/source/helper/throbberimpl.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/toolkit/source/helper/throbberimpl.cxx b/toolkit/source/helper/throbberimpl.cxx
index 1fff8ff121cf..d11a13661148 100644
--- a/toolkit/source/helper/throbberimpl.cxx
+++ b/toolkit/source/helper/throbberimpl.cxx
@@ -101,17 +101,6 @@ namespace toolkit
pImage->SetImage( maImageList[ 0 ] );
}
- //--------------------------------------------------------------------
- sal_Bool Throbber_Impl::isHCMode()
- throw ( uno::RuntimeException )
- {
- FixedImage* pImage = static_cast< FixedImage* >( mxParent->GetWindow() );
- if ( pImage )
- return pImage->GetSettings().GetStyleSettings().GetHighContrastMode();
- else
- return Application::GetSettings().GetStyleSettings().GetHighContrastMode();
- }
-
// -----------------------------------------------------------------------
IMPL_LINK( Throbber_Impl, TimeOutHdl, Throbber_Impl*, EMPTYARG )
{