diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-28 14:37:59 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-28 14:37:59 +0200 |
commit | 7e5b4be4cf6f699ec8fcfa8fb9cb35d5782b2f41 (patch) | |
tree | 48acfeb72d0775ae5729a8e4c7f94d78be3df589 /sd/util/sdfilt.component | |
parent | 58707d613f0fdd7e80cde7502195d7d0112fa3a4 (diff) |
add prefixes for component_getFactory
Diffstat (limited to 'sd/util/sdfilt.component')
-rw-r--r-- | sd/util/sdfilt.component | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/util/sdfilt.component b/sd/util/sdfilt.component index 397d31cf648f..17f09f45c460 100644 --- a/sd/util/sdfilt.component +++ b/sd/util/sdfilt.component @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="sdfilt" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.Impress.oox.PowerPointExport"> <service name="com.sun.star.comp.ooxpptx"/> |