diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 11:32:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 11:32:23 +0000 |
commit | 08fc88db3dbbcf59998d741801f46dc4e243d1a3 (patch) | |
tree | b4697f56c4bca08d3032f7ccb726d573eb599ffd /sc/sdi | |
parent | 2b8ff36adaa185cff3bfcba89e148028d76977b1 (diff) |
INTEGRATION: CWS dr55 (1.20.32); FILE MERGED
2007/06/29 13:55:14 er 1.20.32.1: #i56202# Ctrl+Prime (quoteleft) toggles formula view; merged from branch cws_src680_msba02; contributed by Muthu Subramanian <muthusuba@ooo>
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/tabvwsh.sdi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi index 155f276815c1..6f057a42e934 100644 --- a/sc/sdi/tabvwsh.sdi +++ b/sc/sdi/tabvwsh.sdi @@ -4,9 +4,9 @@ * * $RCSfile: tabvwsh.sdi,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: vg $ $Date: 2007-05-22 19:41:30 $ + * last change: $Author: rt $ $Date: 2007-07-06 12:32:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -188,6 +188,7 @@ interface TableEditView : View FID_SCALESTATUS [ ExecMethod = Execute; StateMethod = GetState; ] FID_TOGGLESYNTAX [ ExecMethod = Execute; StateMethod = GetState; ] FID_TOGGLEHEADERS [ ExecMethod = Execute; StateMethod = GetState; ] + FID_TOGGLEFORMULA [ ExecMethod = Execute; StateMethod = GetState; ] FID_NORMALVIEWMODE [ ExecMethod = Execute; StateMethod = GetState; ] FID_PAGEBREAKMODE [ ExecMethod = Execute; StateMethod = GetState; ] SID_REPAINT [ ExecMethod = Execute; StateMethod = GetState; ] |