diff options
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java | 2 |
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; |