summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xml/crypto/XXMLSecurityTemplate.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/crypto/XXMLSecurityTemplate.idl')
-rw-r--r--offapi/com/sun/star/xml/crypto/XXMLSecurityTemplate.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xml/crypto/XXMLSecurityTemplate.idl b/offapi/com/sun/star/xml/crypto/XXMLSecurityTemplate.idl
index bff443796200..28180a2a23ec 100644
--- a/offapi/com/sun/star/xml/crypto/XXMLSecurityTemplate.idl
+++ b/offapi/com/sun/star/xml/crypto/XXMLSecurityTemplate.idl
@@ -25,7 +25,7 @@
*
************************************************************************/
-//i20156 - new file for xmlsecurity module
+//i20156 - new file for XML security module
/** -- idl definition -- **/
@@ -50,7 +50,7 @@ module com { module sun { module star { module xml { module crypto {
interface XXMLSecurityTemplate : com::sun::star::uno::XInterface
{
/**
- * Load a XML signature template from xml signature element
+ * Load a XML signature template from XML signature element
*/
void setTemplate(
[in] com::sun::star::xml::wrapper::XXMLElementWrapper aXmlElement
@@ -63,7 +63,7 @@ interface XXMLSecurityTemplate : com::sun::star::uno::XInterface
) ;
/**
- * Load the target xml element, i.e. the element to be signed
+ * Load the target XML element, i.e. the element to be signed
*/
void setTarget(
[in] com::sun::star::xml::wrapper::XXMLElementWrapper aXmlElement