summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 07:41:12 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 07:41:12 +0000
commit09552aea9ec01ad27d243f39181f840553efa3ad (patch)
treeb649b249a79861434f243571e2218b52af210290 /cppuhelper
parent4e31e94fa3d8be603269fe661b05f3cb8449309a (diff)
INTEGRATION: CWS sb22 (1.13.146); FILE MERGED
2004/09/28 13:54:08 sb 1.13.146.1: #i33217# Fixed @since tags.
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/inc/cppuhelper/interfacecontainer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cppuhelper/inc/cppuhelper/interfacecontainer.h b/cppuhelper/inc/cppuhelper/interfacecontainer.h
index f3720c6203b0..4792983a6f7d 100644
--- a/cppuhelper/inc/cppuhelper/interfacecontainer.h
+++ b/cppuhelper/inc/cppuhelper/interfacecontainer.h
@@ -2,9 +2,9 @@
*
* $RCSfile: interfacecontainer.h,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: dbo $ $Date: 2002-08-05 09:26:46 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 08:41:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,7 +132,6 @@ public:
from the underlying container. Calling this method before
next() has been called or calling it twice with no next()
inbetween is an error.
- @since udk211 (has been added in udk210)
*/
void SAL_CALL remove() SAL_THROW( () );