summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/MailMergeType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/MailMergeType.idl')
-rw-r--r--offapi/com/sun/star/text/MailMergeType.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/MailMergeType.idl b/offapi/com/sun/star/text/MailMergeType.idl
index 772e9a216bba..4c735320bd8c 100644
--- a/offapi/com/sun/star/text/MailMergeType.idl
+++ b/offapi/com/sun/star/text/MailMergeType.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_text_MailMergeType_idl__
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** Defines the possible output types/devices for mail merge.
@@ -32,19 +30,16 @@
*/
published constants MailMergeType
{
- //-------------------------------------------------------------------------
/** The output device is a printer.
*/
const short PRINTER = 1;
- //-------------------------------------------------------------------------
/** The output device is a file.
*/
const short FILE = 2;
- //-------------------------------------------------------------------------
/** The output is sent as e-Mail.
*/
@@ -52,7 +47,6 @@ published constants MailMergeType
};
-//=============================================================================
}; }; }; };