summaryrefslogtreecommitdiff
path: root/vcl/source/window/syschild.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2011-02-15 16:39:25 +0100
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2011-02-15 16:39:25 +0100
commit2275892697742de273abfce1180e5d979ec80af6 (patch)
treef8e326578b163378cc220f4bbb1afcfba65ab673 /vcl/source/window/syschild.cxx
parentdb45e5f229c444e481e354863da1d07348ba9d67 (diff)
remove a ton of warnings
Diffstat (limited to 'vcl/source/window/syschild.cxx')
-rwxr-xr-xvcl/source/window/syschild.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/syschild.cxx b/vcl/source/window/syschild.cxx
index bddf1f9606ad..25e693ae72a2 100755
--- a/vcl/source/window/syschild.cxx
+++ b/vcl/source/window/syschild.cxx
@@ -243,6 +243,7 @@ sal_IntPtr SystemChildWindow::GetParentWindowHandle( sal_Bool bUseJava )
{
sal_IntPtr nRet = 0;
+ (void)bUseJava;
#if defined WNT
nRet = reinterpret_cast< sal_IntPtr >( GetSystemData()->hWnd );
#elif defined QUARTZ