diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-18 01:03:12 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-18 14:15:27 +0200 |
commit | 15f482b1e9aff47a366a1cb1666fb4aabea49912 (patch) | |
tree | 30e4f4e3ff2639e93cad687ec6e40861b8669483 /xmlsecurity/util | |
parent | c902dc86556e640532cb857385b75c2bdb60bb2b (diff) |
Add prefixes for some component_getFactory functions
Diffstat (limited to 'xmlsecurity/util')
-rw-r--r-- | xmlsecurity/util/xmlsecurity.component | 2 | ||||
-rw-r--r-- | xmlsecurity/util/xsec_fw.component | 2 | ||||
-rw-r--r-- | xmlsecurity/util/xsec_xmlsec.component | 2 | ||||
-rw-r--r-- | xmlsecurity/util/xsec_xmlsec.windows.component | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/util/xmlsecurity.component b/xmlsecurity/util/xmlsecurity.component index b0759e937dab..335eeef69d66 100644 --- a/xmlsecurity/util/xmlsecurity.component +++ b/xmlsecurity/util/xmlsecurity.component @@ -26,7 +26,7 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="xmlsecurity" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.security.CertificateContainer"> <service name="com.sun.star.security.CertificateContainer"/> diff --git a/xmlsecurity/util/xsec_fw.component b/xmlsecurity/util/xsec_fw.component index eb9e3962a963..27a48795f058 100644 --- a/xmlsecurity/util/xsec_fw.component +++ b/xmlsecurity/util/xsec_fw.component @@ -26,7 +26,7 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="xsec_fw" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.xml.security.framework.DecryptorImpl"> <service name="com.sun.star.xml.crypto.sax.Decryptor"/> diff --git a/xmlsecurity/util/xsec_xmlsec.component b/xmlsecurity/util/xsec_xmlsec.component index df4c2a7b26ee..01d69bb61b5d 100644 --- a/xmlsecurity/util/xsec_xmlsec.component +++ b/xmlsecurity/util/xsec_xmlsec.component @@ -26,7 +26,7 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="xsec_xmlsec" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.security.SerialNumberAdapter"> <service name="com.sun.star.security.SerialNumberAdapter"/> diff --git a/xmlsecurity/util/xsec_xmlsec.windows.component b/xmlsecurity/util/xsec_xmlsec.windows.component index 7b4ef87a9480..cb877c20c6f4 100644 --- a/xmlsecurity/util/xsec_xmlsec.windows.component +++ b/xmlsecurity/util/xsec_xmlsec.windows.component @@ -26,7 +26,7 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="xsec_xmlsec" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.security.SerialNumberAdapter"> <service name="com.sun.star.security.SerialNumberAdapter"/> |