diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:53:08 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:53:08 +0000 |
commit | bd5f7d5cdcadbfd1e8501f055c6c96076a7f2601 (patch) | |
tree | cc6a8b83677c17319548eaa220f030fe860f83ef /ridljar/com/sun | |
parent | e1bed188b098d2d0e63d38b1e23920a336f37a1a (diff) |
INTEGRATION: CWS sb22 (1.2.22); FILE MERGED
2004/10/14 10:56:20 sb 1.2.22.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK.
2004/09/28 14:44:50 sb 1.2.22.1: #i33217# Fixed @since tags.
Diffstat (limited to 'ridljar/com/sun')
-rw-r--r-- | ridljar/com/sun/star/uno/IQueryInterface.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ridljar/com/sun/star/uno/IQueryInterface.java b/ridljar/com/sun/star/uno/IQueryInterface.java index 5a86e403e..1b40a3204 100644 --- a/ridljar/com/sun/star/uno/IQueryInterface.java +++ b/ridljar/com/sun/star/uno/IQueryInterface.java @@ -2,9 +2,9 @@ * * $RCSfile: IQueryInterface.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-03-30 16:37:45 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 08:53:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,6 @@ package com.sun.star.uno; * behaviour of <code>UnoRuntime.queryInterface</code>.</p> * * @see com.sun.star.uno.UnoRuntime - * @since UDK 1.0 */ public interface IQueryInterface { /** |