summaryrefslogtreecommitdiff
path: root/oox/util
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-08-02 21:25:35 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-08-03 09:04:31 +0200
commit28dc7c3c5efe78d8e43abec89fb904100ace5d41 (patch)
tree376146c66839c74c800a2e09a65dbbf844ddec6b /oox/util
parent1da9761c72e0893ee01abacb341435a1539a1f93 (diff)
oox: create FastTokenHandler instances with an uno constructor
Change-Id: I1d7bca67c493d31a2a833a8254a9c01c76f1d286 Reviewed-on: https://gerrit.libreoffice.org/58495 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'oox/util')
-rw-r--r--oox/util/oox.component3
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/util/oox.component b/oox/util/oox.component
index 06b2eafb8d22..ccbba4d28759 100644
--- a/oox/util/oox.component
+++ b/oox/util/oox.component
@@ -19,7 +19,8 @@
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
prefix="oox" xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="com.sun.star.comp.oox.core.FastTokenHandler">
+ <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"/>
</implementation>
<implementation name="com.sun.star.comp.oox.FormatDetector">