[Libreoffice-commits] core.git: android/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Apr 3 03:05:14 UTC 2019


 android/source/src/java/org/libreoffice/TileIdentifier.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 18defd113365762c05d355393aab49aef82c598c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Apr 1 07:30:51 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Wed Apr 3 05:04:51 2019 +0200

    Fix typo
    
    Change-Id: I54ab0fd193e0a133a49462f456fb2fe120494bee
    Reviewed-on: https://gerrit.libreoffice.org/70170
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/android/source/src/java/org/libreoffice/TileIdentifier.java b/android/source/src/java/org/libreoffice/TileIdentifier.java
index bdd7cbcde6a3..9f6fc5605af9 100644
--- a/android/source/src/java/org/libreoffice/TileIdentifier.java
+++ b/android/source/src/java/org/libreoffice/TileIdentifier.java
@@ -48,7 +48,7 @@ public class TileIdentifier {
     }
 
     /**
-     * Returns a integer rectangle of the tiles position in non-scaled and rounded coordinates (coordinates as the zoom would be 1).
+     * Returns an integer rectangle of the tiles position in non-scaled and rounded coordinates (coordinates as the zoom would be 1).
      */
     public Rect getCSSRect() {
         float cssX = x / zoom;


More information about the Libreoffice-commits mailing list