diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 18:51:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 18:51:44 +0000 |
commit | bd4fa9adb66eba8a617b0eed2fbcf2242137b93e (patch) | |
tree | 6073f832d4a0684b9897f1570080cc109d632411 /sfx2/sdi/sfx.sdi | |
parent | 9dd2568d8cbe080edee54392da811bf302bf2c22 (diff) |
INTEGRATION: CWS dialogdiet (1.40.22); FILE MERGED
2003/12/01 18:48:28 mba 1.40.22.2: RESYNC: (1.40-1.41); FILE MERGED
2003/11/28 16:17:48 mba 1.40.22.1: #i22972#: moved slots from ofa
Diffstat (limited to 'sfx2/sdi/sfx.sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index d6cea2b21e7e..e7d0766d743a 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -9001,4 +9001,51 @@ SfxVoidItem DatasourceAdministration SID_DATASOURCE_ADMINISTRATION GroupId = GID_APPLICATION; ] +SfxVoidItem AutoCorrectDlg SID_AUTO_CORRECT_DLG +(SfxBoolItem ShowSwOptions SID_AUTO_CORRECT_DLG) +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_OPTIONS; +] + +SfxVoidItem OptionsTreeDialog SID_OPTIONS_TREEDIALOG +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = TRUE, + HasCoreId = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = TRUE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_OPTIONS; +] |