CWS-TOOLING: integrate CWS jsc311

This commit is contained in:
Vladimir Glazounov
2008-10-01 08:05:58 +00:00
parent f8fda7d6f1
commit 57a8051720
2 changed files with 14 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: com_sun_star_beans_LocalOfficeWindow.c,v $
* $Revision: 1.7 $
* $Revision: 1.7.10.1 $
*
* This file is part of OpenOffice.org.
*
@@ -33,6 +33,12 @@
#include <X11/Intrinsic.h>
#include "jni.h"
// Workaround for problematic IBM JDK 1.6.0 on ppc
#ifndef _JNI_IMPORT_OR_EXPORT_
#define _JNI_IMPORT_OR_EXPORT_
#endif
#include "jawt_md.h"
#include "jawt.h"

View File

@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: com_sun_star_comp_beans_LocalOfficeWindow.c,v $
* $Revision: 1.7 $
* $Revision: 1.7.10.1 $
*
* This file is part of OpenOffice.org.
*
@@ -33,6 +33,12 @@
#include <X11/Intrinsic.h>
#include "jni.h"
// Workaround for problematic IBM JDK 1.6.0 on ppc
#ifndef _JNI_IMPORT_OR_EXPORT_
#define _JNI_IMPORT_OR_EXPORT_
#endif
#include "jawt_md.h"
#include "jawt.h"