From 09552aea9ec01ad27d243f39181f840553efa3ad Mon Sep 17 00:00:00 2001 From: Pascal Junck Date: Wed, 3 Nov 2004 07:41:12 +0000 Subject: [PATCH] INTEGRATION: CWS sb22 (1.13.146); FILE MERGED 2004/09/28 13:54:08 sb 1.13.146.1: #i33217# Fixed @since tags. --- cppuhelper/inc/cppuhelper/interfacecontainer.h | 5 ++--- 1 file 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( () );