summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxsystemdependentwindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/awt/vclxsystemdependentwindow.cxx')
-rw-r--r--toolkit/source/awt/vclxsystemdependentwindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxsystemdependentwindow.cxx b/toolkit/source/awt/vclxsystemdependentwindow.cxx
index f661f265ce7c..4c1e4ef31275 100644
--- a/toolkit/source/awt/vclxsystemdependentwindow.cxx
+++ b/toolkit/source/awt/vclxsystemdependentwindow.cxx
@@ -53,7 +53,7 @@ VCLXSystemDependentWindow::~VCLXSystemDependentWindow()
css::uno::Any VCLXSystemDependentWindow::queryInterface( const css::uno::Type & rType )
{
css::uno::Any aRet = ::cppu::queryInterface( rType,
- (static_cast< css::awt::XSystemDependentWindowPeer* >(this)) );
+ static_cast< css::awt::XSystemDependentWindowPeer* >(this) );
return (aRet.hasValue() ? aRet : VCLXWindow::queryInterface( rType ));
}