summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-19 17:51:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-19 17:51:54 +0200
commitba00a4d2afd6f21ec189743b41d5b4be2add0342 (patch)
tree7fa634da4e2008bb1619713c9c27d99a8b38282a /toolkit
parent3b7609446ba50b6181843ce05f48c100087f3006 (diff)
loplugin:defaultparams
Change-Id: If4234ce8e13781bcdba84d689e512a24fef007d0
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxwindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx
index 091e6e2e9b24..8fda3a68cd42 100644
--- a/toolkit/source/awt/vclxwindow.cxx
+++ b/toolkit/source/awt/vclxwindow.cxx
@@ -2306,7 +2306,7 @@ void VCLXWindow::draw( sal_Int32 nX, sal_Int32 nY ) throw(::com::sun::star::uno:
pWindow->SetPosPixel( aOldPos );
if ( bWasVisible )
- pWindow->Show( true );
+ pWindow->Show();
}
}
else if ( pDev )