summaryrefslogtreecommitdiff
path: root/oox/util
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-09-28 12:09:58 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-09-28 15:10:45 +0200
commitff4a319f51fc0ea4eb2baafa22d59f51b6e46a6f (patch)
treec15d936893b7367cd179870da3b0209b78bb3ee5 /oox/util
parent1e6b6f038af656b475cb87844822287fd4e6c166 (diff)
oox: create ShapeContextHandler instances with an uno constructor
Change-Id: Ie780ff9f3a8c61d13ad10cc2dbe24d3ec165470e Reviewed-on: https://gerrit.libreoffice.org/61063 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'oox/util')
-rw-r--r--oox/util/oox.component5
1 files changed, 3 insertions, 2 deletions
diff --git a/oox/util/oox.component b/oox/util/oox.component
index 09952c7abdf4..32a8100b8fb8 100644
--- a/oox/util/oox.component
+++ b/oox/util/oox.component
@@ -18,7 +18,7 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
- prefix="oox" xmlns="http://openoffice.org/2010/uno-components">
+ xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.oox.core.FastTokenHandler"
constructor="com_sun_star_comp_oox_core_FastTokenHandler_get_implementation">
<service name="com.sun.star.xml.sax.FastTokenHandler"/>
@@ -36,7 +36,8 @@
<service name="com.sun.star.document.ImportFilter"/>
<service name="com.sun.star.document.ExportFilter"/>
</implementation>
- <implementation name="com.sun.star.comp.oox.ShapeContextHandler">
+ <implementation name="com.sun.star.comp.oox.ShapeContextHandler"
+ constructor="com_sun_star_comp_oox_ShapeContextHandler_get_implementation">
<service name="com.sun.star.xml.sax.FastShapeContextHandler"/>
</implementation>
</component>