summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/ObjectSaveVetoException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/ObjectSaveVetoException.idl')
-rw-r--r--offapi/com/sun/star/embed/ObjectSaveVetoException.idl38
1 files changed, 19 insertions, 19 deletions
diff --git a/offapi/com/sun/star/embed/ObjectSaveVetoException.idl b/offapi/com/sun/star/embed/ObjectSaveVetoException.idl
index 3d0252e912fe..c99970a25f5e 100644
--- a/offapi/com/sun/star/embed/ObjectSaveVetoException.idl
+++ b/offapi/com/sun/star/embed/ObjectSaveVetoException.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,32 +24,32 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_embed_ObjectSaveVetoException_idl__
-#define __com_sun_star_embed_ObjectSaveVetoException_idl__
-
-#ifndef __com_sun_star_io_IOException_idl__
-#include <com/sun/star/io/IOException.idl>
-#endif
-
-
+#ifndef __com_sun_star_embed_ObjectSaveVetoException_idl__
+#define __com_sun_star_embed_ObjectSaveVetoException_idl__
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
//============================================================================
-
- module com { module sun { module star { module embed {
-
+
+ module com { module sun { module star { module embed {
+
//============================================================================
-
+
/** This exception can be thrown in case container whants to avoid objects
saving.
@see XEmbeddedClient
*/
published exception ObjectSaveVetoException: com::sun::star::uno::Exception
-{
-};
-
+{
+};
+
//============================================================================
-
-}; }; }; };
-
+
+}; }; }; };
+
#endif