summaryrefslogtreecommitdiffstats
path: root/android/source/src/java/org/libreoffice/TileIdentifier.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/src/java/org/libreoffice/TileIdentifier.java')
-rw-r--r--android/source/src/java/org/libreoffice/TileIdentifier.java2
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;