diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-07 17:57:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-07 22:01:33 +0200 |
commit | 9ff8a1173a72b9ebea54ef3b00b1d632bf953e37 (patch) | |
tree | c452f98284d8e6f07aec0b7ba9f4ec859aab1fbf /formula/util | |
parent | 0dffc65236fbacf98047d6dbfc82b4efe7dd959b (diff) |
formula: create instances with uno constructors
See tdf#74608 for motivation
Change-Id: I5983c837977e40b91df02605c1012640ffd5c650
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98291
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'formula/util')
-rw-r--r-- | formula/util/for.component | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/formula/util/for.component b/formula/util/for.component index 5b6ecef20538..f906d5174eb6 100644 --- a/formula/util/for.component +++ b/formula/util/for.component @@ -18,8 +18,9 @@ --> <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" - prefix="for" xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="simple.formula.FormulaOpCodeMapperObj"> + xmlns="http://openoffice.org/2010/uno-components"> + <implementation name="simple.formula.FormulaOpCodeMapperObj" + constructor="simple_formula_FormulaOpCodeMapperObj"> <service name="com.sun.star.sheet.FormulaOpCodeMapper"/> </implementation> </component> |