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 /include/svx/svxids.hrc | |
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 'include/svx/svxids.hrc')
-rw-r--r-- | include/svx/svxids.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index 82c6364d9a7e..844b23db5cf3 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -688,6 +688,7 @@ class SdrAngleItem; #define SID_FM_SHOW_DATANAVIGATOR ( SID_SVX_START + 773 ) #define SID_FM_DATANAVIGATOR_CONTROL ( SID_SVX_START + 774 ) #define SID_FM_REFRESH_FORM_CONTROL ( SID_SVX_START + 775 ) +#define SID_REFRESH_VIEW ( SID_SVX_START + 776 ) // CAUTION! Range <855 .. 855> used by EditEngine (!) |