From 82f0a4f9300ab3898925941ff541b3382b0175e0 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 29 Sep 2015 18:12:22 +0200 Subject: Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3926eca56ac9f54f9ddbf88610888ce97cf00b34 Reviewed-on: https://gerrit.libreoffice.org/18990 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- ucb/qa/complex/tdoc/CheckContentProvider.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ucb/qa') diff --git a/ucb/qa/complex/tdoc/CheckContentProvider.java b/ucb/qa/complex/tdoc/CheckContentProvider.java index 09a2576e5466..0f0639c9b5a6 100644 --- a/ucb/qa/complex/tdoc/CheckContentProvider.java +++ b/ucb/qa/complex/tdoc/CheckContentProvider.java @@ -187,7 +187,7 @@ public class CheckContentProvider { /** * Check a folder on document 2 (document 2 contains an embedded picture and - * therefore contans a subfolder "Pictures" + * therefore contains a subfolder "Pictures" */ @Test public void checkTDOCFolder() { try { @@ -302,9 +302,9 @@ public class CheckContentProvider { // check the XChild interface _XChild xChild = new _XChild(); xChild.oObj = UnoRuntime.queryInterface(XChild.class, xContent); - // hasParent dermines, if this content has a parent + // hasParent determines if this content has a parent assertNotNull("getParent()", xChild._getParent(hasParent)); - // parameter does dermine, if this funczion is supported: generally not supported with tdcp content + // parameter does dermine, if this function is supported: generally not supported with tdcp content assertNotNull("setParent()", xChild._setParent(false)); // check the XPropertyChangeNotifier interface -- cgit