diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 11:45:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 11:02:47 +0000 |
commit | 98ef3edb8a5d1a13963101d41abb2a8dd8a806dd (patch) | |
tree | 16bac175c1f7d1957958470099b2708e4631ed4f /javaunohelper | |
parent | 86781bcfc8f12df980af5c86c2f9e75067f02abc (diff) |
Fix typos
Change-Id: Id5811d092917c872715559f4508d01e4173d090c
Reviewed-on: https://gerrit.libreoffice.org/35636
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/com/sun/star/comp/helper/ComponentContext.java | 2 | ||||
-rw-r--r-- | javaunohelper/test/com/sun/star/lib/uno/helper/InterfaceContainer_Test.java | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/javaunohelper/com/sun/star/comp/helper/ComponentContext.java b/javaunohelper/com/sun/star/comp/helper/ComponentContext.java index 67579f95bae8..b280f80cbeaf 100644 --- a/javaunohelper/com/sun/star/comp/helper/ComponentContext.java +++ b/javaunohelper/com/sun/star/comp/helper/ComponentContext.java @@ -236,7 +236,7 @@ public class ComponentContext implements XComponentContext, XComponent m_eventListener.clear(); XComponent tdmgr = null; - // dispose values, then service manager, then typdescription manager + // dispose values, then service manager, then typedescription manager for (Map.Entry<String, Object> entry : m_table.entrySet()) { String name = entry.getKey(); diff --git a/javaunohelper/test/com/sun/star/lib/uno/helper/InterfaceContainer_Test.java b/javaunohelper/test/com/sun/star/lib/uno/helper/InterfaceContainer_Test.java index d9488114d420..a406b84d457e 100644 --- a/javaunohelper/test/com/sun/star/lib/uno/helper/InterfaceContainer_Test.java +++ b/javaunohelper/test/com/sun/star/lib/uno/helper/InterfaceContainer_Test.java @@ -461,7 +461,7 @@ public class InterfaceContainer_Test @Test public void ListIterator_next() throws Exception { - logger.log(Level.INFO, "Testing InterfaceContainer.listIerator, ListIterator.next()"); + logger.log(Level.INFO, "Testing InterfaceContainer.listIterator, ListIterator.next()"); InterfaceContainer cont= new InterfaceContainer(); cont.addAll(list1); @@ -658,4 +658,4 @@ public class InterfaceContainer_Test assertEquals(obj2.nDisposingCalled, 1); assertEquals(obj3.nDisposingCalled, 1); } -}
\ No newline at end of file +} |