diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-04-15 14:55:15 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-04-15 17:16:55 +0200 |
commit | add60d233f70ff56472448bd50b3771f38974c52 (patch) | |
tree | e9409e57830a48b8d5844784b9f9fe4f24381f44 /starmath/util | |
parent | bdec405ed5017c432ef4f1efeb2e78ccd37fdc7b (diff) |
starmath: allow UNO import of MathType
com.sun.star.comp.Math.XMLImporter already handled MathML import, but
MathType was not possible externally.
Change-Id: I5bf7181758a12eeaa576d016d3704a771ac5a8ba
Diffstat (limited to 'starmath/util')
-rw-r--r-- | starmath/util/sm.component | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/starmath/util/sm.component b/starmath/util/sm.component index 2c7507f07f91..2534b0fc62c8 100644 --- a/starmath/util/sm.component +++ b/starmath/util/sm.component @@ -49,4 +49,8 @@ <implementation name="com.sun.star.comp.Math.XMLSettingsExporter"> <service name="com.sun.star.xml.XMLExportFilter"/> </implementation> + <implementation name="com.sun.star.comp.Math.MathTypeFilter" + constructor="com_sun_star_comp_Math_MathTypeFilter_get_implementation"> + <service name="com.sun.star.document.ImportFilter"/> + </implementation> </component> |