diff options
author | Radek Doulik <rodo@novell.com> | 2011-04-08 14:42:14 +0200 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2011-04-08 14:43:04 +0200 |
commit | 557ae8c01fae6f6d9f7c249c101b3975b89d8eb7 (patch) | |
tree | d50a4a82dc2f9f91b8e0b85b2a71dde2db937ecd /sd/util/sdfilt.component | |
parent | 992c3472149365306142e82aa880201652fc607e (diff) |
added sdfilt.component for pptx export
Diffstat (limited to 'sd/util/sdfilt.component')
-rw-r--r-- | sd/util/sdfilt.component | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sd/util/sdfilt.component b/sd/util/sdfilt.component new file mode 100644 index 000000000000..397d31cf648f --- /dev/null +++ b/sd/util/sdfilt.component @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component loader="com.sun.star.loader.SharedLibrary" + xmlns="http://openoffice.org/2010/uno-components"> + <implementation name="com.sun.star.comp.Impress.oox.PowerPointExport"> + <service name="com.sun.star.comp.ooxpptx"/> + </implementation> +</component> |