summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitShell.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitShell.java b/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitShell.java
index 94c47c0ee8c9..e3e7a36d4d5b 100644
--- a/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitShell.java
+++ b/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitShell.java
@@ -98,7 +98,7 @@ public class LOKitShell {
}
public static void sendSizeChangedEvent(int width, int height) {
- LOKitShell.sendEvent(new LOEvent(LOEvent.SIZE_CHANGED, width, height));
+ LOKitShell.sendEvent(new LOEvent(LOEvent.SIZE_CHANGED));
}
public static void sendChangePartEvent(int part) {