diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-18 16:07:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-18 16:07:07 +0000 |
commit | 9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24 (patch) | |
tree | 13c111a6380728f470fa177e679b80089a01efc4 /sc/sdi/auditsh.sdi |
initial import
Diffstat (limited to 'sc/sdi/auditsh.sdi')
-rw-r--r-- | sc/sdi/auditsh.sdi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sc/sdi/auditsh.sdi b/sc/sdi/auditsh.sdi new file mode 100644 index 000000000000..a673ff411492 --- /dev/null +++ b/sc/sdi/auditsh.sdi @@ -0,0 +1,15 @@ +interface Auditing : Object +{ + SID_FILL_ADD_PRED [ ExecMethod = Execute; StateMethod = GetState; ] + SID_FILL_DEL_PRED [ ExecMethod = Execute; StateMethod = GetState; ] + SID_FILL_ADD_SUCC [ ExecMethod = Execute; StateMethod = GetState; ] + SID_FILL_DEL_SUCC [ ExecMethod = Execute; StateMethod = GetState; ] + SID_FILL_NONE [ ExecMethod = Execute; StateMethod = GetState; ] + SID_CANCEL [ ExecMethod = Execute; StateMethod = GetState; ] + SID_FILL_SELECT [ ExecMethod = Execute; StateMethod = GetState; ] +} + +shell ScAuditingShell +{ + import Auditing; +} |