summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/StorageWrappedTargetException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/StorageWrappedTargetException.idl')
-rw-r--r--offapi/com/sun/star/embed/StorageWrappedTargetException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/embed/StorageWrappedTargetException.idl b/offapi/com/sun/star/embed/StorageWrappedTargetException.idl
index b302573564e2..d6a33077706b 100644
--- a/offapi/com/sun/star/embed/StorageWrappedTargetException.idl
+++ b/offapi/com/sun/star/embed/StorageWrappedTargetException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/lang/WrappedTargetException.idl>
-//============================================================================
module com { module sun { module star { module embed {
-//============================================================================
/** This exception can wrap an exception thrown during <type>XStorage</type>
methods execution.
@@ -35,7 +33,6 @@ published exception StorageWrappedTargetException: com::sun::star::lang::Wrapped
{
};
-//============================================================================
}; }; }; };