From b1c145876007352a59f389126746c8ef0f660ee5 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 22 Dec 2016 08:16:23 +0200 Subject: Revert "[API CHANGE] createSecurityContext() was always called with an empty string" I got cold feet. I don't want to have to revert this many years later instead, when some obscure 3rd-party software stops working. This reverts commit e1ce7bad62f07faf8f21adac6c3848d142f61953. --- offapi/com/sun/star/xml/crypto/XSEInitializer.idl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/xml/crypto/XSEInitializer.idl b/offapi/com/sun/star/xml/crypto/XSEInitializer.idl index 2c1beebb1e99..fc8ce622b939 100644 --- a/offapi/com/sun/star/xml/crypto/XSEInitializer.idl +++ b/offapi/com/sun/star/xml/crypto/XSEInitializer.idl @@ -35,9 +35,12 @@ interface XSEInitializer : com::sun::star::uno::XInterface /** Creates a security context. + @param aString + reserved for internal use. + @return the security context created */ - ::com::sun::star::xml::crypto::XXMLSecurityContext createSecurityContext(); + ::com::sun::star::xml::crypto::XXMLSecurityContext createSecurityContext( [in] string aString ); /** * Frees a security context. -- cgit