diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-06-04 14:20:35 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-06-05 12:16:24 -0400 |
commit | 1227601d74ecddb06dcbe69e260aa32835900ed3 (patch) | |
tree | c1e10121461221780a4db173afa5b19c7d667ee0 /sc/sdi/prevwsh.sdi | |
parent | f7ebee38a3c5c6cb58f40109a213d449138ea987 (diff) |
Disable file load and save and a whole bunch of other commands in preview.
We will probably need to go through more commands and disable them.
Change-Id: Ie3d547f18d799b76290f469d2790902c6883774c
Diffstat (limited to 'sc/sdi/prevwsh.sdi')
-rw-r--r-- | sc/sdi/prevwsh.sdi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/sdi/prevwsh.sdi b/sc/sdi/prevwsh.sdi index 2af8e07a117b..211712850bb5 100644 --- a/sc/sdi/prevwsh.sdi +++ b/sc/sdi/prevwsh.sdi @@ -159,6 +159,9 @@ interface TablePrintPreview SID_PRINTPREVIEW [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] // ole() api() SID_PREVIEW_CLOSE [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_CANCEL [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] + + SID_SAVEDOC [ StateMethod = GetState; Export = FALSE; ] + SID_SAVEASDOC [ StateMethod = GetState; Export = FALSE; ] } |