summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XMailMergeListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XMailMergeListener.idl')
-rw-r--r--offapi/com/sun/star/text/XMailMergeListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/XMailMergeListener.idl b/offapi/com/sun/star/text/XMailMergeListener.idl
index ca1fbffb431d..b8d05c3b5557 100644
--- a/offapi/com/sun/star/text/XMailMergeListener.idl
+++ b/offapi/com/sun/star/text/XMailMergeListener.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/text/MailMergeEvent.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** used to notify listeners about mail merge events.
<p>Registered listeners will be notified with a
@@ -42,7 +40,6 @@ module com { module sun { module star { module text {
*/
published interface XMailMergeListener : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Notifies the listener about mail merge events.
@param aEvent
@@ -53,7 +50,6 @@ published interface XMailMergeListener : com::sun::star::uno::XInterface
[in] com::sun::star::text::MailMergeEvent aEvent );
};
-//=============================================================================
}; }; }; };