diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:41:12 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:41:12 +0000 |
commit | 65f7f2a6a08592e5383bb65953e171619dfd88e1 (patch) | |
tree | 043478696500e4dfde80081c52e8fb1924f19fd0 /cppuhelper | |
parent | 50a8a30b872d1bec4b71a1159c32ed49a186f705 (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.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cppuhelper/inc/cppuhelper/interfacecontainer.h b/cppuhelper/inc/cppuhelper/interfacecontainer.h index 081e559c4..f9f0dc302 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( () ); |