summaryrefslogtreecommitdiff
path: root/xmlsecurity/util
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-12-06 23:02:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-12-07 07:55:48 +0100
commit5da74dcdea45c0367a54486fab8b790215022678 (patch)
treec64bdd12616d2bd53ca993fae1d39f95f80e109e /xmlsecurity/util
parentf0b22ccfdd94e557b4c3db5e0aea570341d8830c (diff)
Clean up SerialNumberAdapter implementation
Change-Id: Iebf992544cb71fd2e2f4541a5a63fc962150e390
Diffstat (limited to 'xmlsecurity/util')
-rw-r--r--xmlsecurity/util/xsec_xmlsec.component2
-rw-r--r--xmlsecurity/util/xsec_xmlsec.windows.component2
2 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/util/xsec_xmlsec.component b/xmlsecurity/util/xsec_xmlsec.component
index a505452872cd..4a78cafb2a39 100644
--- a/xmlsecurity/util/xsec_xmlsec.component
+++ b/xmlsecurity/util/xsec_xmlsec.component
@@ -19,7 +19,7 @@
<component loader="com.sun.star.loader.SharedLibrary" prefix="xsec_xmlsec"
xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="com.sun.star.security.SerialNumberAdapter">
+ <implementation name="com.sun.star.comp.security.SerialNumberAdapter">
<service name="com.sun.star.security.SerialNumberAdapter"/>
</implementation>
<implementation name="com.sun.star.xml.security.bridge.xmlsec.SEInitializer_NssImpl">
diff --git a/xmlsecurity/util/xsec_xmlsec.windows.component b/xmlsecurity/util/xsec_xmlsec.windows.component
index a8138595ab09..6498e83f5f25 100644
--- a/xmlsecurity/util/xsec_xmlsec.windows.component
+++ b/xmlsecurity/util/xsec_xmlsec.windows.component
@@ -19,7 +19,7 @@
<component loader="com.sun.star.loader.SharedLibrary" prefix="xsec_xmlsec"
xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="com.sun.star.security.SerialNumberAdapter">
+ <implementation name="com.sun.star.comp.security.SerialNumberAdapter">
<service name="com.sun.star.security.SerialNumberAdapter"/>
</implementation>
<implementation name="com.sun.star.xml.security.bridge.xmlsec.NSSInitializer_NssImpl">