summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/stdtabcontrollermodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/stdtabcontrollermodel.cxx')
-rw-r--r--toolkit/source/controls/stdtabcontrollermodel.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolkit/source/controls/stdtabcontrollermodel.cxx b/toolkit/source/controls/stdtabcontrollermodel.cxx
index 1fd18de2fa94..b382cf9ae158 100644
--- a/toolkit/source/controls/stdtabcontrollermodel.cxx
+++ b/toolkit/source/controls/stdtabcontrollermodel.cxx
@@ -216,10 +216,10 @@ css::uno::Sequence< css::uno::Reference< css::awt::XControlModel > > ImplReadCon
css::uno::Any StdTabControllerModel::queryAggregation( const css::uno::Type & rType )
{
css::uno::Any aRet = ::cppu::queryInterface( rType,
- (static_cast< css::awt::XTabControllerModel* >(this)),
- (static_cast< css::lang::XServiceInfo* >(this)),
- (static_cast< css::io::XPersistObject* >(this)),
- (static_cast< css::lang::XTypeProvider* >(this)) );
+ static_cast< css::awt::XTabControllerModel* >(this),
+ static_cast< css::lang::XServiceInfo* >(this),
+ static_cast< css::io::XPersistObject* >(this),
+ static_cast< css::lang::XTypeProvider* >(this) );
return (aRet.hasValue() ? aRet : OWeakAggObject::queryAggregation( rType ));
}