summaryrefslogtreecommitdiff
path: root/sd/util
diff options
context:
space:
mode:
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>