diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-01 07:30:51 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-04-03 05:04:51 +0200 |
commit | 18defd113365762c05d355393aab49aef82c598c (patch) | |
tree | 9d2e23e18f00318bb31f5ca093be7eb015201287 /android | |
parent | dd803469f55e1bcbd4388330367ac2169a69ff2a (diff) |
Fix typo
Change-Id: I54ab0fd193e0a133a49462f456fb2fe120494bee
Reviewed-on: https://gerrit.libreoffice.org/70170
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'android')
-rw-r--r-- | android/source/src/java/org/libreoffice/TileIdentifier.java | 2 |
1 files changed, 1 insertions, 1 deletions
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; |