android/Bootstrap/src/org/libreoffice/kit/Document.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 662a1b0a52bdb891ae5802a4799af884e854f205 Author: Ximeng Zu <[email protected]> Date: Tue Apr 4 16:09:28 2017 -0500 Fix typo: inticator -> indicator The related code is not being used now... So, it's safe to just correct it before it is put to use. Change-Id: I1ba5f1d6d511c965c0ce08dd08bfcabc567da2c3 Reviewed-on: https://gerrit.libreoffice.org/36103 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/android/Bootstrap/src/org/libreoffice/kit/Document.java b/android/Bootstrap/src/org/libreoffice/kit/Document.java index 7cf99413644c..cd8297c21978 100644 --- a/android/Bootstrap/src/org/libreoffice/kit/Document.java +++ b/android/Bootstrap/src/org/libreoffice/kit/Document.java @@ -64,9 +64,9 @@ public class Document { public static final int CALLBACK_GRAPHIC_SELECTION = 6; public static final int CALLBACK_HYPERLINK_CLICKED = 7; public static final int CALLBACK_STATE_CHANGED = 8; - public static final int CALLBACK_STATUS_INTICATOR_START = 9; - public static final int CALLBACK_STATUS_INTICATOR_SET_VALUE = 10; - public static final int CALLBACK_STATUS_INTICATOR_FINISH = 11; + public static final int CALLBACK_STATUS_INDICATOR_START = 9; + public static final int CALLBACK_STATUS_INDICATOR_SET_VALUE = 10; + public static final int CALLBACK_STATUS_INDICATOR_FINISH = 11; public static final int CALLBACK_SEARCH_NOT_FOUND = 12; public static final int CALLBACK_DOCUMENT_SIZE_CHANGED = 13; public static final int CALLBACK_SET_PART = 14; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
