diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-08-20 11:57:33 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-08-20 12:51:00 +0200 |
commit | 4d21d4ceee0b43418a36fdb832c40265c0c3a562 (patch) | |
tree | eb8d9f725406d16646c2fb915cea5281898e62ad /bean | |
parent | 06d104ecda085200fb6d22e0bd6d6cb89ca4f66c (diff) |
Typo about "document"
Change-Id: Id12718b5b80b08f18fa9a0370c1991d94b2892ec
Reviewed-on: https://gerrit.libreoffice.org/41353
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bean')
-rw-r--r-- | bean/com/sun/star/comp/beans/OOoBean.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java index 1f98e228c358..84e6a4f177f2 100644 --- a/bean/com/sun/star/comp/beans/OOoBean.java +++ b/bean/com/sun/star/comp/beans/OOoBean.java @@ -629,7 +629,7 @@ public class OOoBean if ( aFrame != null && xOldController != null ) if (!xOldController.suspend(true)) throw new com.sun.star.util.CloseVetoException( - "Dokument is still being used and cannot be closed.", this); + "Document is still being used and cannot be closed.", this); } catch (java.lang.IllegalStateException exp) |