From fdd35ea841f319c48e1978dfead703d6cb0996ff Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 27 Jul 2019 10:44:52 +0200 Subject: Fix typos Change-Id: I380856ca45c835e732fdf080a522caab4534db5b Reviewed-on: https://gerrit.libreoffice.org/76346 Tested-by: Jenkins Reviewed-by: Julien Nabet --- javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javaunohelper') diff --git a/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java b/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java index b0419771870e..e858ced81fd8 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java +++ b/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java @@ -81,7 +81,7 @@ import com.sun.star.uno.UnoRuntime; * a range of values of the list's data wrapped in a List implementation. Changes to the sub * list have to cause changes in the main list. This is a problem, since this class is to be * used in a multi-threaded environment. The sub list could work on a copy as the iterators - * do, but all the functions which work on an given index could not be properly supported. + * do, but all the functions which work on a given index could not be properly supported. * Unfortunately, the List interface documentation states that all optional methods implemented * by the list have to be implemented in the sub list. That would mean to do without all those * critical methods, although they might work well in the "main list" (as opposed to sub list). -- cgit