diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2018-04-18 02:49:37 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2018-04-26 22:14:45 +0200 |
commit | 9d9076cb00c474ba7f13d458f1e280e31f5d4bac (patch) | |
tree | 51a601f5304de1b6fe5f75d7a0f8c270e11b947c /officecfg | |
parent | 4af174f659ecd1ae8338865a17e436aba9e74685 (diff) |
tdf#57000 Add a context menu to the formula bar input field
As a side effect also fixes tdf#70597
Change-Id: Idd872d93f7a9da50f67c91a11e7e0231c7ac924e
Reviewed-on: https://gerrit.libreoffice.org/53513
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu index 7614ea3827c0..b9948964babf 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu @@ -65,6 +65,11 @@ <value xml:lang="en-US">Text Box Formatting</value> </prop> </node> + <node oor:name="private:resource/popupmenu/formulabar" oor:op="replace"> + <prop oor:name="UIName" oor:type="xs:string"> + <value xml:lang="en-US">Formula Bar</value> + </prop> + </node> <node oor:name="private:resource/popupmenu/graphic" oor:op="replace"> <prop oor:name="UIName" oor:type="xs:string"> <value xml:lang="en-US">Image</value> |