summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 17:01:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 17:01:19 +0000
commitc56c93c3d1a1f2ea18998fd61f5463a91d9cad0b (patch)
tree003c5b673d6234f9a5204506f7c9e6c28d29fe47 /offapi/com/sun/star/embed
parent579f31fccfa885652b303ab7b0181e360e638138 (diff)
INTEGRATION: CWS fwkbugfix02 (1.2.102); FILE MERGED
2004/03/22 10:14:27 mav 1.2.102.1: #115011# review idl files
Diffstat (limited to 'offapi/com/sun/star/embed')
-rw-r--r--offapi/com/sun/star/embed/NeedsRunningStateException.idl26
1 files changed, 14 insertions, 12 deletions
diff --git a/offapi/com/sun/star/embed/NeedsRunningStateException.idl b/offapi/com/sun/star/embed/NeedsRunningStateException.idl
index 302108952428..1a9acebf0253 100644
--- a/offapi/com/sun/star/embed/NeedsRunningStateException.idl
+++ b/offapi/com/sun/star/embed/NeedsRunningStateException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NeedsRunningStateException.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-01-06 08:50:29 $
+ * last change: $Author: hr $ $Date: 2004-05-10 18:01:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,24 +66,26 @@
#endif
-//=============================================================================
+//============================================================================
module com { module sun { module star { module embed {
-//=============================================================================
+//============================================================================
-// DocMerge from xml: exception com::sun::star::embed::NeedsRunningStateException
-/** This exception can be thrown in case a list of accepted verbs of states is requested
- and the object is in loaded state and this information can be retrieved only when
- the object is in running state. This exception means that the object supports
- at least running state in addition to the current loaded state. Other states and
- possible verbs can be detected only after object is switched to runnin state.
+/** This exception can be thrown in case a list of accepted verbs of states is
+ requested and the object is in loaded state and this information can be
+ retrieved only when the object is in running state.
+
+ <p>
+ This exception means that the object supports at least running state in
+ addition to the loaded state. Other states and possible verbs can be
+ detected only after object is switched to running state.
*/
-exception NeedsRunningStateException: com::sun::star::embed::WrongStateException
+exception NeedsRunningStateException: WrongStateException
{
};
-//=============================================================================
+//============================================================================
}; }; }; };