diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-13 15:37:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-14 15:11:46 +0200 |
commit | de57562e3b11b64d95344a4ebaaf53607e7bc373 (patch) | |
tree | 0da764ba0c1ae7a1d3566a03f9e3d00498c1dc7c /sd/util/sd.component | |
parent | ea9de214311780119a0974e03b38fd835b5074f5 (diff) |
merge sdfilt library into sd
it is very small, and this means we can get rid of some ugly runtime
symbol loading
Change-Id: I1d5f5da6a9e908ccd018915bf09b9ab97d67feb6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139866
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/util/sd.component')
-rw-r--r-- | sd/util/sd.component | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/util/sd.component b/sd/util/sd.component index f1937a04873a..fbe77785eb15 100644 --- a/sd/util/sd.component +++ b/sd/util/sd.component @@ -109,4 +109,6 @@ constructor="RandomAnimationNode_get_implementation"> <service name="com.sun.star.comp.sd.RandomAnimationNode"/> </implementation> + <implementation name="com.sun.star.comp.Impress.oox.PowerPointExport" + constructor="css_comp_Impress_oox_PowerPointExport"/> </component> |