summaryrefslogtreecommitdiff
path: root/bean/native/unix
diff options
context:
space:
mode:
Diffstat (limited to 'bean/native/unix')
-rw-r--r--bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c2
1 files changed, 1 insertions, 1 deletions
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 275e6486e6e4..771839f3c571 100644
--- a/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c
+++ b/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c
@@ -87,7 +87,7 @@ SAL_DLLPUBLIC_EXPORT jlong JNICALL Java_com_sun_star_comp_beans_LocalOfficeWindo
/* Get the AWT */
awt.version = JAWT_VERSION_1_3;
result = JAWT_GetAWT(env, &awt);
- if (result == JNI_FALSE)
+ if (!result)
ThrowException(env, "java/lang/RuntimeException", "JAWT_GetAWT failed");
/* Get the drawing surface */