diff options
author | os <os@openoffice.org> | 2010-10-05 09:47:37 +0200 |
---|---|---|
committer | os <os@openoffice.org> | 2010-10-05 09:47:37 +0200 |
commit | ece3a2c61cfa0cbbbde59204a9f305c54ee1ac4c (patch) | |
tree | 8b02a259afbd56c0111286473e58a7a6a8c7e08f /svx/sdi | |
parent | e0eb738dda01478f0e38d2b4519453531cd2b406 (diff) |
#i114081# SID_MAIL_PREPAREEXPORT re-implemented
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 240ca9cbd4e1..bdeefb372564 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -15135,3 +15135,31 @@ SfxVoidItem InsertRowDialog SID_TABLE_INSERT_ROW_DLG ToolBoxConfig = FALSE, GroupId = GID_TABLE; ] +//-------------------------------------------------------------------------- +SfxVoidItem PrepareMailExport SID_MAIL_PREPAREEXPORT +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* status: */ + SlotType = SfxBoolItem + + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = GID_EXPLORER; +] + |