summaryrefslogtreecommitdiff
path: root/sd/util
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-09-13 15:37:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-09-14 15:11:46 +0200
commitde57562e3b11b64d95344a4ebaaf53607e7bc373 (patch)
tree0da764ba0c1ae7a1d3566a03f9e3d00498c1dc7c /sd/util
parentea9de214311780119a0974e03b38fd835b5074f5 (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')
-rw-r--r--sd/util/sd.component2
-rw-r--r--sd/util/sdfilt.component13
2 files changed, 2 insertions, 13 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>
diff --git a/sd/util/sdfilt.component b/sd/util/sdfilt.component
deleted file mode 100644
index 5e4bab20b7d1..000000000000
--- a/sd/util/sdfilt.component
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
--->
-<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
- xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="com.sun.star.comp.Impress.oox.PowerPointExport" constructor="css_comp_Impress_oox_PowerPointExport"/>
-</component>