summaryrefslogtreecommitdiff
path: root/bean
diff options
context:
space:
mode:
Diffstat (limited to 'bean')
-rw-r--r--bean/com/sun/star/comp/beans/OOoBean.java2
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)