summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/stdtabcontroller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/stdtabcontroller.cxx')
-rw-r--r--toolkit/source/controls/stdtabcontroller.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/controls/stdtabcontroller.cxx b/toolkit/source/controls/stdtabcontroller.cxx
index 0c1a4d72c4af..d290f413dce0 100644
--- a/toolkit/source/controls/stdtabcontroller.cxx
+++ b/toolkit/source/controls/stdtabcontroller.cxx
@@ -164,9 +164,9 @@ void StdTabController::ImplActivateControl( bool bFirst ) const
Any StdTabController::queryAggregation( const Type & rType )
{
Any aRet = ::cppu::queryInterface( rType,
- (static_cast< XTabController* >(this)),
- (static_cast< XServiceInfo* >(this)),
- (static_cast< XTypeProvider* >(this)) );
+ static_cast< XTabController* >(this),
+ static_cast< XServiceInfo* >(this),
+ static_cast< XTypeProvider* >(this) );
return (aRet.hasValue() ? aRet : OWeakAggObject::queryAggregation( rType ));
}