summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-03-29 12:20:35 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-03-29 12:20:35 +0000
commitee21191bdeb2c1662a32af7391f7d7af1dd56a26 (patch)
treec186332de6f57fc1d1bae9169ed94d1f73b7f546
parent69e7e2aa0669584bfac07447fe61d8a9b188a5bf (diff)
INTEGRATION: CWS xmlsec10 (1.1.1.1.38); FILE MERGED
2005/03/24 08:20:54 mmi 1.1.1.1.38.1: idl review Issue number: Submitted by: Reviewed by:
-rw-r--r--xmlsecurity/source/framework/elementcollector.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/source/framework/elementcollector.hxx b/xmlsecurity/source/framework/elementcollector.hxx
index 703e51a2b039..8209b897483c 100644
--- a/xmlsecurity/source/framework/elementcollector.hxx
+++ b/xmlsecurity/source/framework/elementcollector.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: elementcollector.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mt $ $Date: 2004-07-12 13:15:23 $
+ * last change: $Author: rt $ $Date: 2005-03-29 13:20:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,9 +93,9 @@ class ElementCollector : public ElementMark
private:
/*
* the notify priority, is one of following values:
- * PRI_AFTERMODIFY - this ElementCollector will notify after all
+ * AFTERMODIFY - this ElementCollector will notify after all
* internal modifications have finished.
- * PRI_BEFOREMODIFY - this ElementCollector must notify before any
+ * BEFOREMODIFY - this ElementCollector must notify before any
* internal modification happens.
*/
com::sun::star::xml::crypto::sax::ElementMarkPriority m_nPriority;