summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-02-23 20:51:31 +0900
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-02 08:50:50 +0100
commitd33f3215b2957c288890b47b5ef57c3dff4f7e1b (patch)
tree67cdd83fe0761481491b479c166df4d1844981a7 /android
parent541ec41f49afaf19ec5b64f534ff697da0a6bf5a (diff)
android: compilation error in LOKitShell - SIZE_CHANGED event
Change-Id: I564d4db40d5cf5916de3f7a417f42f817d172019
Diffstat (limited to 'android')
-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) {