summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/InvalidTextContentException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/InvalidTextContentException.idl')
-rw-r--r--offapi/com/sun/star/text/InvalidTextContentException.idl64
1 files changed, 32 insertions, 32 deletions
diff --git a/offapi/com/sun/star/text/InvalidTextContentException.idl b/offapi/com/sun/star/text/InvalidTextContentException.idl
index 08dba3fb86c8..8cdc027ce2e2 100644
--- a/offapi/com/sun/star/text/InvalidTextContentException.idl
+++ b/offapi/com/sun/star/text/InvalidTextContentException.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,43 +24,43 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_text_InvalidTextContentException_idl__
-#define __com_sun_star_text_InvalidTextContentException_idl__
-
-#ifndef __com_sun_star_uno_Exception_idl__
-#include <com/sun/star/uno/Exception.idl>
-#endif
-
-#ifndef __com_sun_star_text_XTextContent_idl__
-#include <com/sun/star/text/XTextContent.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module text {
-
-//=============================================================================
-
+#ifndef __com_sun_star_text_InvalidTextContentException_idl__
+#define __com_sun_star_text_InvalidTextContentException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextContent_idl__
+#include <com/sun/star/text/XTextContent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module text {
+
+//=============================================================================
+
// DocMerge from xml: exception com::sun::star::text::InvalidTextContentException
/** is thrown whenever a method gets a <type>TextContent</type>
as an actual argument when the text content cannot be used for that
operation.
*/
published exception InvalidTextContentException: com::sun::star::uno::Exception
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
// DocMerge from xml: field com::sun::star::text::InvalidTextContentException::TextContent
/** contains the interface of the text content that caused the exception.
*/
- com::sun::star::text::XTextContent TextContent;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-
-#endif
+ com::sun::star::text::XTextContent TextContent;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif