From c73ecfe10f74b6d46ead286a61535569aa7ebbd0 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 29 Mar 2005 12:41:56 +0000 Subject: INTEGRATION: CWS xmlsec10 (1.2.130); FILE MERGED 2005/03/23 09:50:21 mmi 1.2.130.1: idl review Issue number: Submitted by: Reviewed by: --- .../crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.idl | 8 ++++---- .../sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'offapi/com/sun/star/xml/crypto') diff --git a/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.idl b/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.idl index 55556b4df558..4ed0f174decf 100644 --- a/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.idl +++ b/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.idl @@ -2,9 +2,9 @@ * * $RCSfile: XSAXEventKeeperStatusChangeBroadcaster.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2004-08-31 10:03:48 $ + * last change: $Author: rt $ $Date: 2005-03-29 13:41:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,7 +88,7 @@ interface XSAXEventKeeperStatusChangeBroadcaster : com::sun::star::uno::XInterfa * * @param listener the listener to be added */ - void addXSAXEventKeeperStatusChangeListener( + void addSAXEventKeeperStatusChangeListener( [in] XSAXEventKeeperStatusChangeListener listener); /** @@ -99,7 +99,7 @@ interface XSAXEventKeeperStatusChangeBroadcaster : com::sun::star::uno::XInterfa * * @param listener the listener to be removed */ - void removeXSAXEventKeeperStatusChangeListener( + void removeSAXEventKeeperStatusChangeListener( [in] XSAXEventKeeperStatusChangeListener listener); }; diff --git a/offapi/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl b/offapi/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl index 00f105f7dcb3..499452001582 100644 --- a/offapi/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl +++ b/offapi/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl @@ -2,9 +2,9 @@ * * $RCSfile: XSecuritySAXEventKeeper.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2004-08-31 11:57:06 $ + * last change: $Author: rt $ $Date: 2005-03-29 13:41:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,9 +98,9 @@ constants ConstOfSecurityId */ enum ElementMarkPriority { - PRI_MINIMUM = 1, - PRI_AFTERMODIFY, - PRI_BEFOREMODIFY + MINIMUM = 1, + AFTERMODIFY, + BEFOREMODIFY }; /** @@ -111,8 +111,8 @@ enum ElementMarkPriority */ enum ElementMarkType { - TYPEOFELEMENTMARK = 1, - TYPEOFELEMENTCOLLECTOR + ELEMENTMARK = 1, + ELEMENTCOLLECTOR }; /** -- cgit