summaryrefslogtreecommitdiff
path: root/starmath/util
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2022-04-25 18:24:43 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2022-04-26 17:01:56 +0200
commit3524e4f7352993517ebdd514435378f6de0ca713 (patch)
tree41967311fc1aef6cae8b6fd9ef33f1baa6bbc60c /starmath/util
parent9098d5a2e43b156648f187559790547d1b536896 (diff)
tdf#125931: Add Elements deck and Elements panel to Math's sidebar
Change-Id: Ie04a5dc48de38f318f0ddb42efc42cea022dc62c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133393 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'starmath/util')
-rw-r--r--starmath/util/sm.component4
1 files changed, 4 insertions, 0 deletions
diff --git a/starmath/util/sm.component b/starmath/util/sm.component
index 4f354df4acb0..2b84a17c429c 100644
--- a/starmath/util/sm.component
+++ b/starmath/util/sm.component
@@ -63,4 +63,8 @@
constructor="com_sun_star_comp_Math_MathTypeFilter_get_implementation">
<service name="com.sun.star.document.ImportFilter"/>
</implementation>
+ <implementation name="org.libreoffice.comp.Math.sidebar.SmPanelFactory"
+ constructor="org_libreoffice_comp_Math_sidebar_SmPanelFactory">
+ <service name="com.sun.star.ui.UIElementFactory"/>
+ </implementation>
</component>