diff options
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> |