diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-10-04 07:13:20 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-10-04 07:13:20 +0000 |
commit | 8a03a7c06410a294d0f082f7a9a2df3b2ae742b3 (patch) | |
tree | 278f7b3eb26da5c2a3676a557b1d0c57c2b7faae /bean/native | |
parent | ffd12785f15d8522eda62e59a1b2a43126677208 (diff) |
INTEGRATION: CWS pmladek06 (1.5.28); FILE MERGED
2007/09/11 12:00:07 pmladek 1.5.28.1: #i81385#
fixes build with IBM Java 1.5.0 on PPC; syntax error in jni.h
Diffstat (limited to 'bean/native')
-rw-r--r-- | bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c | 8 | ||||
-rw-r--r-- | bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c b/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c index 9676c1e1da42..91276e1a99a3 100644 --- a/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c +++ b/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c @@ -4,9 +4,9 @@ * * $RCSfile: com_sun_star_beans_LocalOfficeWindow.c,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 20:03:11 $ + * last change: $Author: rt $ $Date: 2007-10-04 08:13:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,10 +38,10 @@ #include <X11/Intrinsic.h> #include "jni.h" -#include "jawt.h" #include "jawt_md.h" +#include "jawt.h" -//#include "../inc/com_sun_star_comp_beans_LocalOfficeWindow.h" +/*#include "../inc/com_sun_star_comp_beans_LocalOfficeWindow.h"*/ #if defined assert #undef assert diff --git a/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c b/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c index 445c243adf21..007b5dc19214 100644 --- a/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c +++ b/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c @@ -4,9 +4,9 @@ * * $RCSfile: com_sun_star_comp_beans_LocalOfficeWindow.c,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 20:03:23 $ + * last change: $Author: rt $ $Date: 2007-10-04 08:13:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,8 +38,8 @@ #include <X11/Intrinsic.h> #include "jni.h" -#include "jawt.h" #include "jawt_md.h" +#include "jawt.h" #define SYSTEM_WIN32 1 |