summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/InvalidStorageException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/InvalidStorageException.idl')
-rw-r--r--offapi/com/sun/star/embed/InvalidStorageException.idl38
1 files changed, 19 insertions, 19 deletions
diff --git a/offapi/com/sun/star/embed/InvalidStorageException.idl b/offapi/com/sun/star/embed/InvalidStorageException.idl
index f4eabfb8908e..4e74f8a6e8e2 100644
--- a/offapi/com/sun/star/embed/InvalidStorageException.idl
+++ b/offapi/com/sun/star/embed/InvalidStorageException.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,20 +24,20 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_embed_InvalidStorageException_idl__
-#define __com_sun_star_embed_InvalidStorageException_idl__
-
-#ifndef __com_sun_star_io_IOException_idl__
-#include <com/sun/star/io/IOException.idl>
-#endif
-
-
+#ifndef __com_sun_star_embed_InvalidStorageException_idl__
+#define __com_sun_star_embed_InvalidStorageException_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 a storage is invalid.
<p>
@@ -45,12 +45,12 @@
</p>
*/
published exception InvalidStorageException: com::sun::star::io::IOException
-{
-};
-
+{
+};
+
//============================================================================
-
-}; }; }; };
-
+
+}; }; }; };
+
#endif