summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxgraphics.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/awt/vclxgraphics.cxx')
-rw-r--r--toolkit/source/awt/vclxgraphics.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/awt/vclxgraphics.cxx b/toolkit/source/awt/vclxgraphics.cxx
index 5bb70dbbb7a7..6d8559b25820 100644
--- a/toolkit/source/awt/vclxgraphics.cxx
+++ b/toolkit/source/awt/vclxgraphics.cxx
@@ -44,9 +44,9 @@ using namespace com::sun::star;
uno::Any VCLXGraphics::queryInterface( const uno::Type & rType )
{
uno::Any aRet = ::cppu::queryInterface( rType,
- (static_cast< css::awt::XGraphics* >(this)),
- (static_cast< css::lang::XTypeProvider* >(this)),
- (static_cast< css::lang::XUnoTunnel* >(this)) );
+ static_cast< css::awt::XGraphics* >(this),
+ static_cast< css::lang::XTypeProvider* >(this),
+ static_cast< css::lang::XUnoTunnel* >(this) );
return (aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ));
}