summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/UnsupportedFlavorException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer/UnsupportedFlavorException.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/UnsupportedFlavorException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/datatransfer/UnsupportedFlavorException.idl b/offapi/com/sun/star/datatransfer/UnsupportedFlavorException.idl
index 7b1a53bd70f3..a1003a7313c0 100644
--- a/offapi/com/sun/star/datatransfer/UnsupportedFlavorException.idl
+++ b/offapi/com/sun/star/datatransfer/UnsupportedFlavorException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module datatransfer {
-//=============================================================================
/** Exception will be thrown if there is a request for data in a
<type>DataFlavor</type> that is not supported by a data source.
@@ -37,7 +35,6 @@ published exception UnsupportedFlavorException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };