summaryrefslogtreecommitdiff
path: root/vcl/source/window/syschild.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-27 00:38:36 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-27 01:48:59 +0200
commitbaeccb02dabe525217593f9f575d36882c36be76 (patch)
tree5d95f6cdc6b8383b765b794583f7434c006aeee0 /vcl/source/window/syschild.cxx
parent5ea1466c4f06737669bedbaa4ee608d6a6060bf9 (diff)
Bypass fields that are meaningless for iOS
Change-Id: I66acafc1f7302242a2a43271b909bba331062bce
Diffstat (limited to 'vcl/source/window/syschild.cxx')
-rw-r--r--vcl/source/window/syschild.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/window/syschild.cxx b/vcl/source/window/syschild.cxx
index 93086e950abb..7cca6792edb5 100644
--- a/vcl/source/window/syschild.cxx
+++ b/vcl/source/window/syschild.cxx
@@ -221,11 +221,11 @@ sal_IntPtr SystemChildWindow::GetParentWindowHandle( sal_Bool bUseJava )
(void)bUseJava;
#if defined WNT
nRet = reinterpret_cast< sal_IntPtr >( GetSystemData()->hWnd );
- (void)bUseJava;
#elif defined MACOSX
// FIXME: this is wrong
nRet = reinterpret_cast< sal_IntPtr >( GetSystemData()->pView );
- (void)bUseJava;
+#elif defined IOS
+ // Nothing
#elif defined UNX
if( !bUseJava )
{