summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/ContentCreationException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/ContentCreationException.idl')
-rw-r--r--offapi/com/sun/star/ucb/ContentCreationException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/ContentCreationException.idl b/offapi/com/sun/star/ucb/ContentCreationException.idl
index 03d1a973fbfb..6fbe5d59494d 100644
--- a/offapi/com/sun/star/ucb/ContentCreationException.idl
+++ b/offapi/com/sun/star/ucb/ContentCreationException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
#include <com/sun/star/ucb/ContentCreationError.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** This exception is thrown to indicate that the creation of a UCB content
failed.
@@ -40,7 +38,6 @@ published exception ContentCreationException : com::sun::star::uno::Exception
ContentCreationError eError;
};
-//=============================================================================
}; }; }; };