From 563fe60878c2ad3289c5bdcd7d8647aea4280129 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 5 Jul 2018 23:39:23 +0200 Subject: Fix typos Change-Id: I5195d13b351c0eebad1eae901f7ce8408a9e5c92 Reviewed-on: https://gerrit.libreoffice.org/57028 Tested-by: Jenkins Reviewed-by: Christian Lohmaier --- bean/com/sun/star/comp/beans/LocalOfficeWindow.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bean/com/sun/star') diff --git a/bean/com/sun/star/comp/beans/LocalOfficeWindow.java b/bean/com/sun/star/comp/beans/LocalOfficeWindow.java index 0f5d9bffc4f4..67ace100fb5f 100644 --- a/bean/com/sun/star/comp/beans/LocalOfficeWindow.java +++ b/bean/com/sun/star/comp/beans/LocalOfficeWindow.java @@ -237,7 +237,7 @@ public class LocalOfficeWindow * Returns an Any containing a sequences of com.sun.star.beans.NamedValue. One NamedValue * contains the name "WINDOW" and the value is a Long representing the window handle. * The second NamedValue has the name "XEMBED" and the value is true, when the XEmbed - * protocol shall be used fore embedding the native Window. + * protocol shall be used for embedding the native Window. */ protected Any getWrappedWindowHandle() { -- cgit