summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/script/CannotConvertException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/script/CannotConvertException.idl')
-rw-r--r--udkapi/com/sun/star/script/CannotConvertException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/script/CannotConvertException.idl b/udkapi/com/sun/star/script/CannotConvertException.idl
index dfcfb18b553a..5c93fcc99037 100644
--- a/udkapi/com/sun/star/script/CannotConvertException.idl
+++ b/udkapi/com/sun/star/script/CannotConvertException.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/uno/TypeClass.idl>
-//=============================================================================
module com { module sun { module star { module script {
-//=============================================================================
/** This exception is thrown to indicate that a type conversion can not be performed.
*/
@@ -50,7 +48,6 @@ published exception CannotConvertException: com::sun::star::uno::Exception
long ArgumentIndex;
};
-//=============================================================================
}; }; }; };