summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/UnsupportedDataSinkException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/UnsupportedDataSinkException.idl')
-rw-r--r--offapi/com/sun/star/ucb/UnsupportedDataSinkException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/UnsupportedDataSinkException.idl b/offapi/com/sun/star/ucb/UnsupportedDataSinkException.idl
index 9f7f972bbe4b..92c354770279 100644
--- a/offapi/com/sun/star/ucb/UnsupportedDataSinkException.idl
+++ b/offapi/com/sun/star/ucb/UnsupportedDataSinkException.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/uno/Exception.idl>
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** This exception is used to indicate that the requested type of data sink
is not supported.
@@ -49,13 +47,11 @@ module com { module sun { module star { module ucb {
*/
published exception UnsupportedDataSinkException : com::sun::star::uno::Exception
{
- //-------------------------------------------------------------------------
/** contains the data sink that is not supported.
*/
com::sun::star::uno::XInterface Sink;
};
-//=============================================================================
}; }; }; };