diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2021-01-13 13:50:39 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2021-01-18 03:53:50 +0100 |
commit | 0da5e6f38aedb1fb873d1a90c506f6ab03ab1656 (patch) | |
tree | 7e217c423e6f60beafe822a9dc0bbe82f793e620 /sc/sdi | |
parent | 6c76f1a90f926bf056d41e60a3375611baf72e2a (diff) |
Bring uno:RefreshView to Calc
Allow refreshing the document layout via UNO slot
Change-Id: I956bb884b1fb4231b1f617c4aa5a80ff9a45ec92
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109230
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/docsh.sdi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/sdi/docsh.sdi b/sc/sdi/docsh.sdi index 99019d55ff6f..e1dd9a1aee0a 100644 --- a/sc/sdi/docsh.sdi +++ b/sc/sdi/docsh.sdi @@ -77,6 +77,8 @@ interface TableDocument SID_LANGUAGE_STATUS [ ExecMethod = Execute; StateMethod = GetState; ] SID_SPELLCHECK_IGNORE_ALL [ ExecMethod = Execute; StateMethod = GetState; ] SID_SPELLCHECK_APPLY_SUGGESTION [ ExecMethod = Execute; StateMethod = GetState; ] + + SID_REFRESH_VIEW [ ExecMethod = Execute; StateMethod = GetState; ] } |