summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/XRecycler.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XRecycler.idl')
-rw-r--r--offapi/com/sun/star/ucb/XRecycler.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/XRecycler.idl b/offapi/com/sun/star/ucb/XRecycler.idl
index d2ac4b72bb41..52552214daba 100644
--- a/offapi/com/sun/star/ucb/XRecycler.idl
+++ b/offapi/com/sun/star/ucb/XRecycler.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/ucb/XContentIdentifier.idl>
#include <com/sun/star/ucb/XCommandProcessor.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** Allows an <type>XContent</type> to delete itself into the trash can.
<p>This is an additional interface the XContent representing the trash
@@ -35,7 +33,6 @@ module com { module sun { module star { module ucb {
*/
published interface XRecycler : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Notify the trash can that an <type>XContent</type> is deleting itself
into it.
@@ -54,7 +51,6 @@ published interface XRecycler : com::sun::star::uno::XInterface
[in] com::sun::star::ucb::XContentIdentifier Identifier);
};
-//=============================================================================
}; }; }; };