summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 17:01:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 17:01:30 +0000
commitca09508ea434abe890b58855d11df0373d2be14e (patch)
treededd189a33171023c4ea45a4ba5ff05d7e53dfcd /offapi/com/sun/star/embed
parentc56c93c3d1a1f2ea18998fd61f5463a91d9cad0b (diff)
INTEGRATION: CWS fwkbugfix02 (1.2.102); FILE MERGED
2004/03/25 12:48:59 mav 1.2.102.2: #116056# interfaces review 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/ObjectSaveVetoException.idl20
1 files changed, 11 insertions, 9 deletions
diff --git a/offapi/com/sun/star/embed/ObjectSaveVetoException.idl b/offapi/com/sun/star/embed/ObjectSaveVetoException.idl
index 71de7070c888..1113168f97c9 100644
--- a/offapi/com/sun/star/embed/ObjectSaveVetoException.idl
+++ b/offapi/com/sun/star/embed/ObjectSaveVetoException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ObjectSaveVetoException.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-01-06 08:50:49 $
+ * last change: $Author: hr $ $Date: 2004-05-10 18:01:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,25 +61,27 @@
#ifndef __com_sun_star_embed_ObjectSaveVetoException_idl__
#define __com_sun_star_embed_ObjectSaveVetoException_idl__
-#ifndef __com_sun_star_uno_Exception_idl__
-#include <com/sun/star/uno/Exception.idl>
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
#endif
-//=============================================================================
+//============================================================================
module com { module sun { module star { module embed {
-//=============================================================================
+//============================================================================
-// DocMerge from xml: exception com::sun::star::embed::ObjectSaveVetoException
-/** This exception can be thrown in case container whants to avoid saving.
+/** This exception can be thrown in case container whants to avoid objects
+ saving.
+
+ @see XEmbeddedClient
*/
exception ObjectSaveVetoException: com::sun::star::uno::Exception
{
};
-//=============================================================================
+//============================================================================
}; }; }; };