diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-10-23 13:00:42 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-10-23 15:17:01 +0200 |
commit | e07606fdd000fa7ee197a7596e673d392591b1e7 (patch) | |
tree | 62f8063ef171bc385a369eb33ed10ca601def2a0 /qadevOOo | |
parent | 1fe94cb6152737632e543ef8f8534f15203dc747 (diff) |
Fix typos
Change-Id: Ia30f466d08a9366b527225bbc0965f85881c7431
Reviewed-on: https://gerrit.libreoffice.org/43714
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 176d17e39d9a..1efea375cb35 100644 --- a/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java +++ b/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java @@ -83,7 +83,7 @@ public class SdXCustomPresentationAccess extends TestCase { * Creating a TestEnvironment for the interfaces to be tested. * Retrieves the collection of the CustomPresentation from the document * using the interface <code>XCustomPresentationSupplier</code>. - * The retrieved collection is the instance of the servcie + * The retrieved collection is the instance of the service * <code>com.sun.star.presentation.CustomPresentationAccess</code>. * Creates two new instances of the custom presentation using the interface * <code>XSingleServiceFactory</code>. Inserts one of them to the |