diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2010-03-30 16:47:18 +0200 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2010-03-30 16:47:18 +0200 |
commit | d160fd054bc4e8c02152d7ce55f7eddbd611e01f (patch) | |
tree | 07076067430da0bc93f45df9d57bbe1f2755c456 /sfx2/sdi | |
parent | a6c29b00be50f9b48c56903d5764518b7b3aced9 (diff) |
tl78: #i110383# support password to modify
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 1b59c639a17d..9df71c085b25 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -3990,7 +3990,7 @@ SfxVoidItem MacroOrganizer SID_MACROORGANIZER ] //-------------------------------------------------------------------------- -SfxInt32Item ModifyPasswordHash SID_MODIFYPASSWORDHASH +SfxUInt16Item PasswordToModifyHash SID_PASSWORDTOMODIFYHASH [ /* flags: */ @@ -4017,6 +4017,34 @@ SfxInt32Item ModifyPasswordHash SID_MODIFYPASSWORDHASH ] //-------------------------------------------------------------------------- +SfxBoolItem ReccomendReadonly SID_RECOMMENDREADONLY + +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = TRUE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + Readonly = TRUE, + + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = ; +] + + +//-------------------------------------------------------------------------- SfxVoidItem RunMacro SID_RUNMACRO () [ |