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 e92c1cdeb66b..ecfa7c2b8762 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -19,7 +19,8 @@ <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" prefix="xo" xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="SchXMLExport.Compact"> + <implementation name="SchXMLExport.Compact" + constructor="com_sun_star_comp_Chart_XMLExporter_get_implementation"> <service name="com.sun.star.comp.Chart.XMLExporter"/> </implementation> <implementation name="SchXMLExport.Content"> |