summaryrefslogtreecommitdiff
path: root/vcl/source/window/syschild.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-14 11:02:21 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-14 23:58:01 +0300
commit5a7834cd3e6e73ec9c19f3ff057aacba59e3f9a3 (patch)
treec31868e985a0d17fbcc616575cb278cc8e4a88c6 /vcl/source/window/syschild.cxx
parentd08bf1ca63e51c950ed0bc84b6f1d5232ae97f38 (diff)
iOS hacking
Add some trivialish first attempts at iOS-specific headers and some source files that surely are quite bogus and does nothing sane, but must start with something. Mostly based on the MacOSX ("aqua") code.
Diffstat (limited to 'vcl/source/window/syschild.cxx')
-rw-r--r--vcl/source/window/syschild.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/window/syschild.cxx b/vcl/source/window/syschild.cxx
index f72decce183e..1de33b56b15b 100644
--- a/vcl/source/window/syschild.cxx
+++ b/vcl/source/window/syschild.cxx
@@ -250,6 +250,9 @@ sal_IntPtr SystemChildWindow::GetParentWindowHandle( sal_Bool bUseJava )
// FIXME: this is wrong
nRet = reinterpret_cast< sal_IntPtr >( GetSystemData()->pView );
(void)bUseJava;
+#elif defined IOS
+ // FIXME: this is wrong
+ nRet = reinterpret_cast< sal_IntPtr >( GetSystemData()->pView );
#elif defined UNX
if( !bUseJava )
{