summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/MailMergeType.idl9
-rw-r--r--offapi/type_reference/offapi.idl1
2 files changed, 10 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/MailMergeType.idl b/offapi/com/sun/star/text/MailMergeType.idl
index 4c735320bd8c..7099a8dc7e84 100644
--- a/offapi/com/sun/star/text/MailMergeType.idl
+++ b/offapi/com/sun/star/text/MailMergeType.idl
@@ -45,6 +45,15 @@ published constants MailMergeType
*/
const short MAIL = 3;
+
+ /** The output is a document shell.
+
+ The successful mail marge returns a XTextDocument based component.
+
+ @since LibreOffice 4.4
+ */
+ const short SHELL = 4;
+
};
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index fc5b7953095f..fb4b93bb3e3e 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -14535,6 +14535,7 @@ module com {
const short FILE = 2;
const short MAIL = 3;
const short PRINTER = 1;
+ const short SHELL = 4;
};
published service NumberingLevel {
[property] short Adjust;