diff options
Diffstat (limited to 'xmloff/util/xo.component')
-rw-r--r-- | xmloff/util/xo.component | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/util/xo.component b/xmloff/util/xo.component index a5dd39f732a6..c4caa340c594 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -40,7 +40,8 @@ <implementation name="SchXMLExport.Styles"> <service name="com.sun.star.comp.Chart.XMLStylesExporter"/> </implementation> - <implementation name="SchXMLImport"> + <implementation name="SchXMLImport" + constructor="com_sun_star_comp_Chart_XMLOasisImporter_get_implementation"> <service name="com.sun.star.comp.Chart.XMLOasisImporter"/> </implementation> <implementation name="SchXMLImport.Content"> |