From e1ce7bad62f07faf8f21adac6c3848d142f61953 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 21 Dec 2016 19:49:10 +0200 Subject: [API CHANGE] createSecurityContext() was always called with an empty string So drop the parameter then and propagate fallout in the Windows implementation in xmlsecurity. The NSS implementation already ignored the parameter completely. This interface is not 'published' and the parameter was even marked as 'reserved for internal use' so I doubt any external code has used it. Change-Id: I5915b941b79cfddadc8137c32ed07c20c9ccaa37 --- offapi/com/sun/star/xml/crypto/XSEInitializer.idl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/xml/crypto/XSEInitializer.idl b/offapi/com/sun/star/xml/crypto/XSEInitializer.idl index fc8ce622b939..2c1beebb1e99 100644 --- a/offapi/com/sun/star/xml/crypto/XSEInitializer.idl +++ b/offapi/com/sun/star/xml/crypto/XSEInitializer.idl @@ -35,12 +35,9 @@ 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( [in] string aString ); + ::com::sun::star::xml::crypto::XXMLSecurityContext createSecurityContext(); /** * Frees a security context. -- cgit v1.2.3