summaryrefslogtreecommitdiff
path: root/starmath/util
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-07-25 18:19:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-26 10:41:52 +0200
commit8a05c64a5bbf9b6ad7af8e94e7b970f1323a22c5 (patch)
treead963de32713418067c5ae9ea4436ee28b175625 /starmath/util
parent5406f8a3cd53ada63472bd62e5b9a886e2866c6f (diff)
starmath: create instances with uno constructors
See tdf#74608 for motivation. And adjust the sfx2 model factory code to cope with UNO constructor functions. Change-Id: I7e57fb3136ad0b3caadd511ea63cf98d3c03ab3d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99446 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/util')
-rw-r--r--starmath/util/sm.component5
1 files changed, 3 insertions, 2 deletions
diff --git a/starmath/util/sm.component b/starmath/util/sm.component
index 775b41100a97..4f354df4acb0 100644
--- a/starmath/util/sm.component
+++ b/starmath/util/sm.component
@@ -18,8 +18,9 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
- prefix="sm" xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="com.sun.star.comp.Math.FormulaDocument">
+ xmlns="http://openoffice.org/2010/uno-components">
+ <implementation name="com.sun.star.comp.Math.FormulaDocument"
+ constructor="Math_FormulaDocument_get_implementation">
<service name="com.sun.star.formula.FormulaProperties"/>
</implementation>
<implementation name="com.sun.star.comp.Math.XMLContentExporter"