diff options
author | os <os@openoffice.org> | 2010-11-01 10:25:54 +0100 |
---|---|---|
committer | os <os@openoffice.org> | 2010-11-01 10:25:54 +0100 |
commit | ffdb53619f62b25aebfa3d699f6f4771fb6cae9f (patch) | |
tree | 9864c6ce746b8ede6dc1fc966079a2a51a50e614 /svx/sdi | |
parent | da622616ce54d5c5b4e2e299fbf0a8ae527fd413 (diff) | |
parent | edfdaa5ad4017940d186a65f4d7a451e20401146 (diff) |
rebase to m91
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 87eb3062833b..a3b4c9a9ca21 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -15108,3 +15108,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; +] + |