summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/crypto
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-29 12:41:10 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-29 12:41:10 +0000
commit22f3064a451c09fd22721ceaefbff26ca5462ca1 (patch)
treebb1eb325b8828d1d504643de6dbe42658e56fa63 /offapi/com/sun/star/xml/crypto
parent3fed05e30bb0e477d650288aa2ecd87b7ddde9d0 (diff)
INTEGRATION: CWS xmlsec10 (1.2.130); FILE MERGED
2005/03/23 09:50:20 mmi 1.2.130.1: idl review Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'offapi/com/sun/star/xml/crypto')
-rw-r--r--offapi/com/sun/star/xml/crypto/sax/XElementStackKeeper.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xml/crypto/sax/XElementStackKeeper.idl b/offapi/com/sun/star/xml/crypto/sax/XElementStackKeeper.idl
index ba270a7d4bc9..504febf26735 100644
--- a/offapi/com/sun/star/xml/crypto/sax/XElementStackKeeper.idl
+++ b/offapi/com/sun/star/xml/crypto/sax/XElementStackKeeper.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XElementStackKeeper.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-08-31 09:57:44 $
+ * last change: $Author: rt $ $Date: 2005-03-29 13:41:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,7 +90,7 @@ struct ElementStackItem
/**
* attribute list for a startElement event
*/
- com::sun::star::xml::sax::XAttributeList xAttribs;
+ com::sun::star::xml::sax::XAttributeList xAttributes;
};
/**