summaryrefslogtreecommitdiff
path: root/vcl/source/window/syschild.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-05 14:17:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-04-05 14:17:23 +0100
commitdf8cc09d29c420fea886a5d38663a5710386679d (patch)
tree5bf9b0fe44bcbd88e6049b247acf529a8af307a3 /vcl/source/window/syschild.cxx
parent7de8f26207d44a34f71cf8297ae68831c92c118e (diff)
WaE: unused variable under some ifdefs
Diffstat (limited to 'vcl/source/window/syschild.cxx')
-rw-r--r--vcl/source/window/syschild.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/window/syschild.cxx b/vcl/source/window/syschild.cxx
index 3ff21826ff0c..2c4e6246bbce 100644
--- a/vcl/source/window/syschild.cxx
+++ b/vcl/source/window/syschild.cxx
@@ -251,9 +251,11 @@ sal_IntPtr SystemChildWindow::GetParentWindowHandle( sal_Bool bUseJava )
#if defined WNT
nRet = reinterpret_cast< sal_IntPtr >( GetSystemData()->hWnd );
+ (void)bUseJava;
#elif defined QUARTZ
// FIXME: this is wrong
nRet = reinterpret_cast< sal_IntPtr >( GetSystemData()->pView );
+ (void)bUseJava;
#elif defined UNX
if( !bUseJava )
{