summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/DuplicateProviderException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/DuplicateProviderException.idl')
-rw-r--r--offapi/com/sun/star/ucb/DuplicateProviderException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/DuplicateProviderException.idl b/offapi/com/sun/star/ucb/DuplicateProviderException.idl
index 67295548fcf7..c2ec0be2af81 100644
--- a/offapi/com/sun/star/ucb/DuplicateProviderException.idl
+++ b/offapi/com/sun/star/ucb/DuplicateProviderException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** is thrown to indicate that a content provider with the same
identifier already was registered with a content provider manager.
@@ -38,7 +36,6 @@ published exception DuplicateProviderException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };