diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2021-01-12 13:22:37 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2021-01-13 14:46:49 +0100 |
commit | 51ef3a3af573287b03262e96bf8298bdbe06c44d (patch) | |
tree | 12191ffda0df95a080aeccd5fc01afd41f8fd5f9 /officecfg | |
parent | 502f6372aeb6689f3d61cea7a77b2e8db160d767 (diff) |
Make uno:RefreshView redo the whole document layout
This is useful when encountering layout problems, to refresh
the doc layout from an extension.
Change-Id: Ie2472f061ebea203a9d876782b3bb953477de7c9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109169
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 1f6ed2730309..76f453d7d816 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -2597,7 +2597,7 @@ </node> <node oor:name=".uno:RefreshView" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Restore View</value> + <value xml:lang="en-US">Refresh document layout</value> </prop> </node> <node oor:name=".uno:JumpToEndOfDoc" oor:op="replace"> |