diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-13 15:45:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-14 08:41:15 +0100 |
commit | fc583270f9a139412191fea9eda02b4efd9bbe19 (patch) | |
tree | ad7089104f1c57678e4e2244bf53fbbe1a23ae54 /bean/native | |
parent | c7114eddf133ba1a5fb1f36f775a1c2455c2adde (diff) |
Remove (hopefully) obsolete workarounds
...that lead to -Werror=unused-macros with gcj on Linux.
Change-Id: I7a77789fe212d1c87a4ac0a93a79cc7a8ba7a7ad
Diffstat (limited to 'bean/native')
-rw-r--r-- | bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c | 5 | ||||
-rw-r--r-- | bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c b/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c index 4ee898fd0717..79193827cc1b 100644 --- a/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c +++ b/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c @@ -25,11 +25,6 @@ #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" 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 47d2e8ffee20..0bd0e04e2ce5 100644 --- a/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c +++ b/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c @@ -25,11 +25,6 @@ #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" |