summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/script/LibraryNotLoadedException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/script/LibraryNotLoadedException.idl')
-rw-r--r--offapi/com/sun/star/script/LibraryNotLoadedException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/script/LibraryNotLoadedException.idl b/offapi/com/sun/star/script/LibraryNotLoadedException.idl
index 0949cfd875ea..538433328700 100644
--- a/offapi/com/sun/star/script/LibraryNotLoadedException.idl
+++ b/offapi/com/sun/star/script/LibraryNotLoadedException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module script {
-//=============================================================================
/** is thrown when an operation on a unloaded library is attempted which requires the library
being loaded.
@@ -37,11 +35,9 @@ exception LibraryNotLoadedException : com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif