From 6835d9f3074c1030be6632bdaff6c8398c696429 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 10 Apr 2014 19:59:38 +0300 Subject: It's "its", not "it's" Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63 --- bean/com/sun/star/comp/beans/OOoBean.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bean/com/sun') diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java index e5a110249fc3..ff11b608b03a 100644 --- a/bean/com/sun/star/comp/beans/OOoBean.java +++ b/bean/com/sun/star/comp/beans/OOoBean.java @@ -474,11 +474,11 @@ public class OOoBean // @requirement FUNC.PAR.RWL/0.4 // @estimation 16h /** This method must be called when the OOoBean before the - sytem window may be released by it's parent AWT/Swing component. + sytem window may be released by its parent AWT/Swing component. This is the case when java.awt.Component.isDisplayable() returns true. This is definitely the case when the OOoBean is removed - from it's parent container. + from its parent container. @throws SystemWindowException if system window is not acquired. -- cgit