summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authordennisroczek <dennisroczek@libreoffice.org>2018-04-02 15:11:58 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-04-02 22:25:53 +0200
commite39c75b05c9ff865768e7f2694e5369cc35aa23b (patch)
tree5c1a1e759d22354c2964b86c78da564d866af639 /android
parentweld SwRenameXNamedDlg (diff)
downloadcore-e39c75b05c9ff865768e7f2694e5369cc35aa23b.tar.gz
core-e39c75b05c9ff865768e7f2694e5369cc35aa23b.zip
use https links for api.libreoffice.org and opengrok
Change-Id: I74dd0142562cb8698f19b2715fa1d514f82bd749 Reviewed-on: https://gerrit.libreoffice.org/52262 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'android')
-rw-r--r--android/Bootstrap/src/org/libreoffice/kit/Document.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/Bootstrap/src/org/libreoffice/kit/Document.java b/android/Bootstrap/src/org/libreoffice/kit/Document.java
index 855bdd2c5a2e..69f8f76c3eb4 100644
--- a/android/Bootstrap/src/org/libreoffice/kit/Document.java
+++ b/android/Bootstrap/src/org/libreoffice/kit/Document.java
@@ -54,7 +54,7 @@ public class Document {
/**
* Callback message types
- * Refer to http://opengrok.libreoffice.org/xref/core/include/LibreOfficeKit/LibreOfficeKitEnums.h
+ * Refer to https://opengrok.libreoffice.org/xref/core/include/LibreOfficeKit/LibreOfficeKitEnums.h
* for more details about each callback.
*/
public static final int CALLBACK_INVALIDATE_TILES = 0;