diff options
Diffstat (limited to 'xmloff/util')
-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 69fc7c5b1845..3cf27c8c4753 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -92,7 +92,8 @@ <implementation name="XMLImpressClipboardExport"> <service name="com.sun.star.comp.Impress.XMLClipboardExporter"/> </implementation> - <implementation name="XMLImpressContentExportOOO"> + <implementation name="XMLImpressContentExportOOO" + constructor="com_sun_star_comp_Impress_XMLContentExporter_get_implementation"> <service name="com.sun.star.comp.Impress.XMLContentExporter"/> </implementation> <implementation name="XMLImpressContentExportOasis" |