summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2011-03-15 21:47:26 +0100
committerKai Sommerfeld <kso@openoffice.org>2011-03-15 21:47:26 +0100
commit65162840e329afee6f401f5a91273c2dbd1bbdf8 (patch)
treef4eb65f23bcfef318075f99036a0357e9cd84ccc /offapi/com/sun/star/xml
parent5d493f49ae63249f4781a9e7228dda55fb0fff13 (diff)
#i117329# - Publishing of UNO types, first wave.
Diffstat (limited to 'offapi/com/sun/star/xml')
-rw-r--r--offapi/com/sun/star/xml/crypto/SEInitializer.idl6
-rw-r--r--offapi/com/sun/star/xml/crypto/XSEInitializer.idl8
-rw-r--r--offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl6
-rw-r--r--offapi/com/sun/star/xml/crypto/XXMLSecurityContext.idl6
4 files changed, 5 insertions, 21 deletions
diff --git a/offapi/com/sun/star/xml/crypto/SEInitializer.idl b/offapi/com/sun/star/xml/crypto/SEInitializer.idl
index bf947f5555d0..e27bafd319e9 100644
--- a/offapi/com/sun/star/xml/crypto/SEInitializer.idl
+++ b/offapi/com/sun/star/xml/crypto/SEInitializer.idl
@@ -25,10 +25,6 @@
*
************************************************************************/
-//i20156 - new file for xmlsecurity module
-
-/** -- idl definition -- **/
-
#ifndef __com_sun_star_xml_crypto_seinitializer_idl_
#define __com_sun_star_xml_crypto_seinitializer_idl_
@@ -44,7 +40,7 @@ module com { module sun { module star { module xml { module crypto {
/**
* Service of SEInitializer
*/
-service SEInitializer {
+published service SEInitializer {
interface com::sun::star::xml::crypto::XSEInitializer ;
interface com::sun::star::lang::XServiceInfo ;
};
diff --git a/offapi/com/sun/star/xml/crypto/XSEInitializer.idl b/offapi/com/sun/star/xml/crypto/XSEInitializer.idl
index 5d41d3a03575..eedbfa9551a4 100644
--- a/offapi/com/sun/star/xml/crypto/XSEInitializer.idl
+++ b/offapi/com/sun/star/xml/crypto/XSEInitializer.idl
@@ -25,10 +25,6 @@
*
************************************************************************/
-//i20156 - new file for xmlsecurity module
-
-/** -- idl definition -- **/
-
#ifndef __com_sun_star_xml_crypto_xseinitializer_idl_
#define __com_sun_star_xml_crypto_xseinitializer_idl_
@@ -37,12 +33,12 @@
module com { module sun { module star { module xml { module crypto {
-interface XXMLSecurityContext;
+published interface XXMLSecurityContext;
/**
* Interface to manipulate Security Environment
*/
-interface XSEInitializer : com::sun::star::uno::XInterface
+published interface XSEInitializer : com::sun::star::uno::XInterface
{
/**
* Creates a security context.
diff --git a/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl b/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl
index 2a22282be54c..d2a3e99a36ba 100644
--- a/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl
+++ b/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl
@@ -25,10 +25,6 @@
*
************************************************************************/
-//i20156 - new file for xmlsecurity module
-
-/** -- idl definition -- **/
-
#ifndef __com_sun_star_xml_crypto_xsecurityenvironment_idl_
#define __com_sun_star_xml_crypto_xsecurityenvironment_idl_
@@ -47,7 +43,7 @@ module com { module sun { module star { module xml { module crypto {
/**
* Interface of Security Environment
*/
-interface XSecurityEnvironment : com::sun::star::uno::XInterface
+published interface XSecurityEnvironment : com::sun::star::uno::XInterface
{
/**
* Get personal certificate from the environment
diff --git a/offapi/com/sun/star/xml/crypto/XXMLSecurityContext.idl b/offapi/com/sun/star/xml/crypto/XXMLSecurityContext.idl
index 6e08c6dee3b0..f61ae4d802ae 100644
--- a/offapi/com/sun/star/xml/crypto/XXMLSecurityContext.idl
+++ b/offapi/com/sun/star/xml/crypto/XXMLSecurityContext.idl
@@ -25,10 +25,6 @@
*
************************************************************************/
-//i20156 - new file for xmlsecurity module
-
-/** -- idl definition -- **/
-
#ifndef __com_sun_star_xml_crypto_xxmlsecuritycontext_idl_
#define __com_sun_star_xml_crypto_xxmlsecuritycontext_idl_
@@ -45,7 +41,7 @@ module com { module sun { module star { module xml { module crypto {
* <p>This interface specifies a certain signature context. By signature
* context, the signer or verifier retrieves key specification.</p>
*/
-interface XXMLSecurityContext : com::sun::star::uno::XInterface
+published interface XXMLSecurityContext : com::sun::star::uno::XInterface
{
/**
* Add personal security environment , and return the index of the added env.