diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2018-12-19 21:55:12 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-12-20 08:56:44 +0100 |
commit | ae270343e29084ca94e82d85d5c76e1ec05184dc (patch) | |
tree | d2a3d138b77f3790bbec8f08cf793aec05c15b60 /starmath/util/smd.component | |
parent | 6c9effd0e5a76ce18a211c5f8b41e00187e67ed4 (diff) |
starmath: create SmFilterDetect instances with an uno constructor
Change-Id: I11ffe5153bc9ea263cde63093544584f01a344d2
Reviewed-on: https://gerrit.libreoffice.org/65464
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'starmath/util/smd.component')
-rw-r--r-- | starmath/util/smd.component | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/starmath/util/smd.component b/starmath/util/smd.component index da5fd934b402..4230e807be64 100644 --- a/starmath/util/smd.component +++ b/starmath/util/smd.component @@ -18,8 +18,9 @@ --> <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" - prefix="smd" xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="com.sun.star.comp.math.FormatDetector"> + xmlns="http://openoffice.org/2010/uno-components"> + <implementation name="com.sun.star.comp.math.FormatDetector" + constructor="math_FormatDetector_get_implementation"> <service name="com.sun.star.frame.ExtendedTypeDetection"/> </implementation> </component> |