diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2022-04-22 20:25:43 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2022-04-26 17:01:41 +0200 |
commit | 9098d5a2e43b156648f187559790547d1b536896 (patch) | |
tree | 6c7cef6c05e2fec99c09d4a48e3646bff311f5cc /officecfg | |
parent | 57087dd1945429d9cfe6ce8bdc329ef315f455d3 (diff) |
tdf#125931: Enable sidebar in Math
No panels yet, only one default deck (PropertyDeck). It is needed
to have the uniform default deck like in all other modules (see
commit c09f59eb6173a4a53a2d40ed80aebed18e3882ac); the panels for
formula properties might appear later.
Change-Id: If1785dc780111fe496638418f43e7b90a250ffce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133334
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs index 10e57ac4fb64..4b5d13b63c5f 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs @@ -87,6 +87,7 @@ com.sun.star.presentation.PresentationDocument com.sun.star.drawing.DrawingDocument com.sun.star.chart2.ChartDocument + com.sun.star.formula.FormulaProperties Recognized shortcuts: Writer @@ -94,6 +95,7 @@ Impress Draw Chart + Math Shortcuts for multiple applications: DrawImpress @@ -109,7 +111,7 @@ 2 Context name Know context names are 3DObject, Annotation, Auditing, Axis, Cell, Chart, ChartElements, Draw, DrawFontwork, DrawLine, DrawPage, DrawText, EditCell, ErrorBar, Form, Frame, Graphic, Grid, - HandoutPage, MasterPage, Media, MultiObject, NotesPage, OLE, OutlineText, Pivot, Printpreview, + HandoutPage, MasterPage, Math, Media, MultiObject, NotesPage, OLE, OutlineText, Pivot, Printpreview, Series, SlidesorterPage, Table, Text, TextObject, Trendline, Sparkline Special values: |