summaryrefslogtreecommitdiffstats
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-26 12:52:26 +0100
committerJens Carl <j.carl43@gmx.de>2018-01-27 08:43:06 +0100
commitba8c04a6fc7d1931b4417af99aa0b45091747d83 (patch)
treea1de8505be3399485a136af53167515e5b6dbf29 /qadevOOo
parentRemove shared mxComponent in scautoformatobj (diff)
downloadcore-ba8c04a6fc7d1931b4417af99aa0b45091747d83.tar.gz
core-ba8c04a6fc7d1931b4417af99aa0b45091747d83.zip
Fix typos
Change-Id: I78025acb7e17d894252b19b351eeae7a27fc5e97 Reviewed-on: https://gerrit.libreoffice.org/48685 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java b/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java
index 1efea375cb35..99dc87240d01 100644
--- a/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java
+++ b/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java
@@ -159,7 +159,7 @@ public class SdXCustomPresentationAccess extends TestCase {
tEnv.addObjRelation("INSTANCE" + n, oInstance);
}
} catch (com.sun.star.uno.Exception e) {
- log.println("Could't adding INSTANCEn: " + e);
+ log.println("Couldn't adding INSTANCEn: " + e);
}
return tEnv;