summaryrefslogtreecommitdiff
path: root/bean/native
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2004-10-28 14:49:01 +0000
committerMichael Hönnig <mi@openoffice.org>2004-10-28 14:49:01 +0000
commit28cfd1f82d6f474da8f66c92cd338f9fa53e71af (patch)
treea94fca2b595f354436166e2be7a70967f3297c1d /bean/native
parentc4d92b50a230ff8b2b7fd4874bea06476eb612c2 (diff)
documentation
Diffstat (limited to 'bean/native')
-rw-r--r--bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c7
-rw-r--r--bean/native/win32/com_sun_star_beans_LocalOfficeWindow.c7
2 files changed, 10 insertions, 4 deletions
diff --git a/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c b/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c
index b55c9c1f557b..65ab7b403a73 100644
--- a/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c
+++ b/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c
@@ -2,9 +2,9 @@
*
* $RCSfile: com_sun_star_beans_LocalOfficeWindow.c,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2004-10-18 07:16:18 $
+ * last change: $Author: mi $ $Date: 2004-10-28 15:49:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,6 +86,9 @@
#define SYSTEM_MAC 5
#define SYSTEM_XWINDOW 6
+JNIEXPORT jlong JNICALL Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow
+ (JNIEnv * env, jobject obj_this);
+
/*****************************************************************************/
/*
* Class: com_sun_star_comp_beans_LocalOfficeWindow
diff --git a/bean/native/win32/com_sun_star_beans_LocalOfficeWindow.c b/bean/native/win32/com_sun_star_beans_LocalOfficeWindow.c
index f36bbb7a1147..4585376609b1 100644
--- a/bean/native/win32/com_sun_star_beans_LocalOfficeWindow.c
+++ b/bean/native/win32/com_sun_star_beans_LocalOfficeWindow.c
@@ -2,9 +2,9 @@
*
* $RCSfile: com_sun_star_beans_LocalOfficeWindow.c,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2004-10-18 07:16:33 $
+ * last change: $Author: mi $ $Date: 2004-10-28 15:49:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,6 +86,9 @@
static LRESULT APIENTRY OpenOfficeWndProc( HWND , UINT , WPARAM , LPARAM );
+JNIEXPORT jlong JNICALL Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow
+ (JNIEnv * env, jobject obj_this);
+
/*****************************************************************************/
/*
* Class: com_sun_star_beans_LocalOfficeWindow