diff options
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 |