summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxbitmap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/awt/vclxbitmap.cxx')
-rw-r--r--toolkit/source/awt/vclxbitmap.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolkit/source/awt/vclxbitmap.cxx b/toolkit/source/awt/vclxbitmap.cxx
index 4e0143dadc72..da0f08382a36 100644
--- a/toolkit/source/awt/vclxbitmap.cxx
+++ b/toolkit/source/awt/vclxbitmap.cxx
@@ -33,10 +33,10 @@
css::uno::Any VCLXBitmap::queryInterface( const css::uno::Type & rType )
{
css::uno::Any aRet = ::cppu::queryInterface( rType,
- (static_cast< css::awt::XBitmap* >(this)),
- (static_cast< css::awt::XDisplayBitmap* >(this)),
- (static_cast< css::lang::XUnoTunnel* >(this)),
- (static_cast< css::lang::XTypeProvider* >(this)) );
+ static_cast< css::awt::XBitmap* >(this),
+ static_cast< css::awt::XDisplayBitmap* >(this),
+ static_cast< css::lang::XUnoTunnel* >(this),
+ static_cast< css::lang::XTypeProvider* >(this) );
return (aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ));
}