diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-03 16:10:14 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-02-04 11:38:21 +0000 |
commit | 16431492441e742fbbbfc73ba0b715a91ec3ee45 (patch) | |
tree | a0e09fc4f99670d021edf5c2fac08a0b25543210 /sc/sdi/prevwsh.sdi | |
parent | 3ffa98027e6443d3822da8ba6d9602f3e36cef99 (diff) |
remove unused Cachable keyword from SDI files
Change-Id: I60c423b799f34f79f58bc39cf7ea616ec4f5d16a
Reviewed-on: https://gerrit.libreoffice.org/22096
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/sdi/prevwsh.sdi')
-rw-r--r-- | sc/sdi/prevwsh.sdi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/sdi/prevwsh.sdi b/sc/sdi/prevwsh.sdi index 5d9207057ff8..02d1d5a62863 100644 --- a/sc/sdi/prevwsh.sdi +++ b/sc/sdi/prevwsh.sdi @@ -42,7 +42,6 @@ interface TablePrintPreview StateMethod = GetState ; Export = FALSE; GroupId = GID_INTERN ; - Cachable ; ] SfxVoidItem GoDownBlock SID_CURSORPAGEDOWN @@ -54,7 +53,6 @@ interface TablePrintPreview StateMethod = GetState ; Export = FALSE; GroupId = GID_INTERN ; - Cachable ; ] SID_CURSORHOME [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] @@ -69,7 +67,6 @@ interface TablePrintPreview StateMethod = GetState ; Export = FALSE; GroupId = GID_INTERN ; - Cachable ; ] SfxVoidItem GoUp SID_CURSORUP ( @@ -80,7 +77,6 @@ interface TablePrintPreview StateMethod = GetState ; Export = FALSE; GroupId = GID_INTERN ; - Cachable ; ] SfxVoidItem GoLeft SID_CURSORLEFT ( @@ -91,7 +87,6 @@ interface TablePrintPreview StateMethod = GetState ; Export = FALSE; GroupId = GID_INTERN ; - Cachable ; ] SfxVoidItem GoRight SID_CURSORRIGHT @@ -103,7 +98,6 @@ interface TablePrintPreview StateMethod = GetState ; Export = FALSE; GroupId = GID_INTERN ; - Cachable ; ] SID_PREV_TABLE @@ -112,7 +106,6 @@ interface TablePrintPreview StateMethod = GetState ; Export = FALSE; GroupId = GID_INTERN ; - Cachable ; ] SID_NEXT_TABLE @@ -121,7 +114,6 @@ interface TablePrintPreview StateMethod = GetState ; Export = FALSE; GroupId = GID_INTERN ; - Cachable ; ] SfxVoidItem GoToStart SID_CURSORTOPOFFILE () @@ -130,7 +122,6 @@ interface TablePrintPreview StateMethod = GetState ; Export = FALSE; GroupId = GID_INTERN ; - Cachable ; ] SfxVoidItem GoToEndOfData SID_CURSORENDOFFILE () @@ -139,7 +130,6 @@ interface TablePrintPreview StateMethod = GetState ; Export = FALSE; GroupId = GID_INTERN ; - Cachable ; ] SID_PREVIEW_ZOOMIN [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_PREVIEW_ZOOMOUT [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] |