summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/comp/beans/NoDocumentException.java
diff options
context:
space:
mode:
Diffstat (limited to 'bean/com/sun/star/comp/beans/NoDocumentException.java')
-rw-r--r--bean/com/sun/star/comp/beans/NoDocumentException.java8
1 files changed, 6 insertions, 2 deletions
diff --git a/bean/com/sun/star/comp/beans/NoDocumentException.java b/bean/com/sun/star/comp/beans/NoDocumentException.java
index 964cc9d3abbb..1177c220accf 100644
--- a/bean/com/sun/star/comp/beans/NoDocumentException.java
+++ b/bean/com/sun/star/comp/beans/NoDocumentException.java
@@ -2,9 +2,9 @@
*
* $RCSfile: NoDocumentException.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2004-09-06 15:11:34 $
+ * last change: $Author: mi $ $Date: 2004-10-14 10:37:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,10 @@
package com.sun.star.comp.beans;
+/** indicates that an operation needed a document, but no document was loaded.
+
+ @since OOo 2.0.0
+ */
public class NoDocumentException extends Exception
{
};