diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-03 11:05:03 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-03 11:05:03 +0000 |
commit | c2e4b6de0a185e4143dd8ace6a7abf5b70235175 (patch) | |
tree | 429847096b224dde9b641a0a6fb27c5c872dd866 /sfx2/sdi | |
parent | 79661538298b51165e96f0377f500eb8eef43272 (diff) |
INTEGRATION: CWS fwk23 (1.67.150); FILE MERGED
2005/10/18 07:41:15 abi 1.67.150.2: RESYNC: (1.67-1.68); FILE MERGED
2005/09/29 10:39:45 mav 1.67.150.1: #i55222# sending as email functionality is related to the container
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 733646192a7c..3269a7e2b21d 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -6379,7 +6379,7 @@ SfxBoolItem SendMail SID_MAIL_SENDDOC HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Asynchron; @@ -6406,7 +6406,7 @@ SfxBoolItem SendMailDocAsPDF SID_MAIL_SENDDOCASPDF HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Asynchron; |