diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2018-10-11 11:00:00 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2018-10-11 23:17:21 +0200 |
commit | 18446d16ea801f465bb79471f7cf9f3b95ea2e92 (patch) | |
tree | 4e93577ce49483eb616490ddb2148ac0f6dc34b5 /officecfg | |
parent | ef427e9bb4ad7f48db0b4f44180b221e11feda49 (diff) |
tdf#119580 sc: Use the regular object popupmenu for charts
Context menu of a chart is supposed to be the same as for
other ole objects, except the additional .uno:ExportAsGraphic.
Given that .uno:ExportAsGraphic is hidden when non-chart
object is selected, we can just place it in the regular ole
object popupmenu (done already), and use that menu also for
charts.
Discussion is in https://gerrit.libreoffice.org/60128 .
Change-Id: I8a07c550998e1db0d2af7f87c625dbd258454bdd
Reviewed-on: https://gerrit.libreoffice.org/61678
Tested-by: Jenkins
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, 0 insertions, 5 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu index b9948964babf..254d52c07e20 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu @@ -35,11 +35,6 @@ <value xml:lang="en-US">Cell Edit</value> </prop> </node> - <node oor:name="private:resource/popupmenu/chart" oor:op="replace"> - <prop oor:name="UIName" oor:type="xs:string"> - <value xml:lang="en-US">Chart</value> - </prop> - </node> <node oor:name="private:resource/popupmenu/colheader" oor:op="replace"> <prop oor:name="UIName" oor:type="xs:string"> <value xml:lang="en-US">Column Header</value> |