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 123b7b4cf224..cbb4efbf5bed 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -23,7 +23,8 @@ constructor="com_sun_star_comp_Chart_XMLExporter_get_implementation"> <service name="com.sun.star.comp.Chart.XMLExporter"/> </implementation> - <implementation name="SchXMLExport.Content"> + <implementation name="SchXMLExport.Content" + constructor="com_sun_star_comp_Chart_XMLContentExporter_get_implementation"> <service name="com.sun.star.comp.Chart.XMLContentExporter"/> </implementation> <implementation name="SchXMLExport.Oasis.Compact" |