summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/WrongStateException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/WrongStateException.idl')
-rw-r--r--offapi/com/sun/star/embed/WrongStateException.idl38
1 files changed, 19 insertions, 19 deletions
diff --git a/offapi/com/sun/star/embed/WrongStateException.idl b/offapi/com/sun/star/embed/WrongStateException.idl
index 809389c3a1fa..18c625bbf809 100644
--- a/offapi/com/sun/star/embed/WrongStateException.idl
+++ b/offapi/com/sun/star/embed/WrongStateException.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,30 +24,30 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_embed_WrongStateException_idl__
-#define __com_sun_star_embed_WrongStateException_idl__
-
-#ifndef __com_sun_star_uno_Exception_idl__
-#include <com/sun/star/uno/Exception.idl>
-#endif
-
-
+#ifndef __com_sun_star_embed_WrongStateException_idl__
+#define __com_sun_star_embed_WrongStateException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.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 the object's state does not allow
to call requested functionality.
*/
published exception WrongStateException: com::sun::star::uno::Exception
-{
-};
-
+{
+};
+
//============================================================================
-
-}; }; }; };
-
+
+}; }; }; };
+
#endif