summaryrefslogtreecommitdiff
path: root/vcl/source/window/syschild.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-03-12 18:54:01 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-03-12 19:02:03 -0600
commit33186f9a81002ee6fa20e783ddd25123a58a78bf (patch)
treef230f1c872d96304eefc42263c44db73494fa0a6 /vcl/source/window/syschild.cxx
parent30128b51056f0650d79eb0ac973f17d7b4e5dde3 (diff)
mis-merge: lost function :-)
Diffstat (limited to 'vcl/source/window/syschild.cxx')
-rw-r--r--vcl/source/window/syschild.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/source/window/syschild.cxx b/vcl/source/window/syschild.cxx
index 002bf4acca6a..6d9de205dfce 100644
--- a/vcl/source/window/syschild.cxx
+++ b/vcl/source/window/syschild.cxx
@@ -235,6 +235,12 @@ void SystemChildWindow::ImplTestJavaException( void* pEnv )
#endif // SOLAR_JAVA
}
+void SystemChildWindow::SetForwardKey( sal_Bool bEnable )
+{
+ if ( mpWindowImpl->mpSysObj )
+ mpWindowImpl->mpSysObj->SetForwardKey( bEnable );
+}
+
// -----------------------------------------------------------------------
sal_IntPtr SystemChildWindow::GetParentWindowHandle( sal_Bool bUseJava )