summaryrefslogtreecommitdiffstats
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.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/InvalidTextContentException.idl b/offapi/com/sun/star/text/InvalidTextContentException.idl
index 5b327cc4d7ec..ce65c29a5c37 100644
--- a/offapi/com/sun/star/text/InvalidTextContentException.idl
+++ b/offapi/com/sun/star/text/InvalidTextContentException.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/text/XTextContent.idl>
-//=============================================================================
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>
@@ -37,7 +35,6 @@
*/
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.
@@ -46,7 +43,6 @@ published exception InvalidTextContentException: com::sun::star::uno::Exception
};
-//=============================================================================
}; }; }; };