summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl')
-rw-r--r--offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl b/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl
index 51099aa3024d..bd263278987c 100644
--- a/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl
+++ b/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/embed/XStorage.idl>
#include <com/sun/star/script/XPersistentLibraryContainer.idl>
-//=============================================================================
module com { module sun { module star { module script {
-//=============================================================================
/** is the interface for an <type>XLibraryContainer</type> which can be made
persistent in an <type scope="com::sun::star::embed">XStorage</type>.
@@ -93,11 +91,9 @@ interface XStorageBasedLibraryContainer
raises ( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException );
};
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif