Kaydet (Commit) c73ecfe1 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

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:
üst 22f3064a
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: XSAXEventKeeperStatusChangeBroadcaster.idl,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -88,7 +88,7 @@ interface XSAXEventKeeperStatusChangeBroadcaster : com::sun::star::uno::XInterfa ...@@ -88,7 +88,7 @@ interface XSAXEventKeeperStatusChangeBroadcaster : com::sun::star::uno::XInterfa
* *
* @param listener the listener to be added * @param listener the listener to be added
*/ */
void addXSAXEventKeeperStatusChangeListener( void addSAXEventKeeperStatusChangeListener(
[in] XSAXEventKeeperStatusChangeListener listener); [in] XSAXEventKeeperStatusChangeListener listener);
/** /**
...@@ -99,7 +99,7 @@ interface XSAXEventKeeperStatusChangeBroadcaster : com::sun::star::uno::XInterfa ...@@ -99,7 +99,7 @@ interface XSAXEventKeeperStatusChangeBroadcaster : com::sun::star::uno::XInterfa
* *
* @param listener the listener to be removed * @param listener the listener to be removed
*/ */
void removeXSAXEventKeeperStatusChangeListener( void removeSAXEventKeeperStatusChangeListener(
[in] XSAXEventKeeperStatusChangeListener listener); [in] XSAXEventKeeperStatusChangeListener listener);
}; };
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: XSecuritySAXEventKeeper.idl,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -98,9 +98,9 @@ constants ConstOfSecurityId ...@@ -98,9 +98,9 @@ constants ConstOfSecurityId
*/ */
enum ElementMarkPriority enum ElementMarkPriority
{ {
PRI_MINIMUM = 1, MINIMUM = 1,
PRI_AFTERMODIFY, AFTERMODIFY,
PRI_BEFOREMODIFY BEFOREMODIFY
}; };
/** /**
...@@ -111,8 +111,8 @@ enum ElementMarkPriority ...@@ -111,8 +111,8 @@ enum ElementMarkPriority
*/ */
enum ElementMarkType enum ElementMarkType
{ {
TYPEOFELEMENTMARK = 1, ELEMENTMARK = 1,
TYPEOFELEMENTCOLLECTOR ELEMENTCOLLECTOR
}; };
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment