diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 15:50:53 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 15:50:53 +0000 |
commit | d3c1fb7a25c0f5954e9197829c9b28b17d47ff66 (patch) | |
tree | ae516386cf643a5571002230fab864466f4c0524 | |
parent | 00e45e7f6bcd488bfe0aad00beaccbcd1f2daf96 (diff) |
INTEGRATION: CWS ab35 (1.75.62); FILE MERGED
2007/05/24 10:12:43 ab 1.75.62.1: #i77640# Dialog Export SID
-rw-r--r-- | sfx2/sdi/sfx.sdi | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 03b80eeeaa5b..40e9c761ce57 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -5815,6 +5815,31 @@ SfxVoidItem SaveBasicAs SID_BASICSAVEAS ] //-------------------------------------------------------------------------- +SfxVoidItem ExportDialog SID_EXPORT_DIALOG +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = TRUE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_DOCUMENT; +] + +//-------------------------------------------------------------------------- SfxVoidItem SaveConfiguration SID_SAVECONFIG (SfxStringItem FileName SID_CFGFILE) [ |