summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/script/provider/ScriptFrameworkErrorException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/script/provider/ScriptFrameworkErrorException.idl')
-rw-r--r--offapi/com/sun/star/script/provider/ScriptFrameworkErrorException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/script/provider/ScriptFrameworkErrorException.idl b/offapi/com/sun/star/script/provider/ScriptFrameworkErrorException.idl
index ad81490c1d39..86c24f74cdba 100644
--- a/offapi/com/sun/star/script/provider/ScriptFrameworkErrorException.idl
+++ b/offapi/com/sun/star/script/provider/ScriptFrameworkErrorException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//===========================================================================
module com { module sun { module star { module script { module provider {
-//===========================================================================
/**
is a checked exception that represents an error encountered
by the Scripting Framework whilst executing a script
@@ -43,7 +41,6 @@ exception ScriptFrameworkErrorException : com::sun::star::uno::Exception {
long errorType;
};
-//===========================================================================
}; }; }; }; }; // ::com::sun::star::script::provider
#endif