summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 17:03:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 17:03:31 +0000
commit91364d9bb788ce4089a0629e17aca7723f16a005 (patch)
tree50315074a0787631ef3031607aea71de845f141d /offapi/com/sun/star/embed
parent562b67dbb9b5d6a89e81374a0e02ba6479d5c7c5 (diff)
INTEGRATION: CWS fwkbugfix02 (1.3.102); FILE MERGED
2004/03/22 10:14:30 mav 1.3.102.1: #115011# review idl files
Diffstat (limited to 'offapi/com/sun/star/embed')
-rw-r--r--offapi/com/sun/star/embed/WrongStateException.idl15
1 files changed, 7 insertions, 8 deletions
diff --git a/offapi/com/sun/star/embed/WrongStateException.idl b/offapi/com/sun/star/embed/WrongStateException.idl
index d5678aec2db8..db08e927ff88 100644
--- a/offapi/com/sun/star/embed/WrongStateException.idl
+++ b/offapi/com/sun/star/embed/WrongStateException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: WrongStateException.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-01-06 08:52:07 $
+ * last change: $Author: hr $ $Date: 2004-05-10 18:03:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,21 +66,20 @@
#endif
-//=============================================================================
+//============================================================================
module com { module sun { module star { module embed {
-//=============================================================================
+//============================================================================
-// DocMerge from xml: exception com::sun::star::embed::WrongStateException
-/** This exception can be thrown in case the object state does not allow
-to call requested functionality.
+/** This exception can be thrown in case the object's state does not allow
+ to call requested functionality.
*/
exception WrongStateException: com::sun::star::uno::Exception
{
};
-//=============================================================================
+//============================================================================
}; }; }; };