summaryrefslogtreecommitdiff
path: root/sw/sdi/_basesh.sdi
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-03 16:10:14 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-02-04 11:38:21 +0000
commit16431492441e742fbbbfc73ba0b715a91ec3ee45 (patch)
treea0e09fc4f99670d021edf5c2fac08a0b25543210 /sw/sdi/_basesh.sdi
parent3ffa98027e6443d3822da8ba6d9602f3e36cef99 (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 'sw/sdi/_basesh.sdi')
-rw-r--r--sw/sdi/_basesh.sdi2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/sdi/_basesh.sdi b/sw/sdi/_basesh.sdi
index dfadc1bc9da0..faf083471804 100644
--- a/sw/sdi/_basesh.sdi
+++ b/sw/sdi/_basesh.sdi
@@ -213,7 +213,7 @@ interface BaseTextSelection
[
ExecMethod = ExecBckCol ;
StateMethod = GetBckColState ;
- Cachable , AutoUpdate ;
+ AutoUpdate ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]