diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-09-09 16:07:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-09-09 16:07:51 +0000 |
commit | 2ad1a281df1f71f380bdd76617028b7d5d76a588 (patch) | |
tree | 3be3816cb7d1a92bd0910df17a8bba4a4b3f7299 /udkapi/com | |
parent | 3a069eef34132bbd11cdae4022e65ab53074902e (diff) |
INTEGRATION: CWS toolbars2 (1.6.24); FILE MERGED
2004/08/19 12:31:57 mi 1.6.24.1: #i33199# @since with version number instead of issue id
Diffstat (limited to 'udkapi/com')
-rw-r--r-- | udkapi/com/sun/star/util/logging/XLogger.idl | 6 | ||||
-rw-r--r-- | udkapi/com/sun/star/util/logging/XLoggerRemote.idl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/util/logging/XLogger.idl b/udkapi/com/sun/star/util/logging/XLogger.idl index ae116febb3e5..11fce7c2d811 100644 --- a/udkapi/com/sun/star/util/logging/XLogger.idl +++ b/udkapi/com/sun/star/util/logging/XLogger.idl @@ -2,9 +2,9 @@ * * $RCSfile: XLogger.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-06-03 16:39:54 $ + * last change: $Author: obo $ $Date: 2004-09-09 17:07:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,7 @@ module com { module sun { module star { module util { module logging { This will enable some prechecks before the costly remote logging call is made. - @since #107627# + @since OOo1.1.2 */ published interface XLogger: com::sun::star::uno::XInterface diff --git a/udkapi/com/sun/star/util/logging/XLoggerRemote.idl b/udkapi/com/sun/star/util/logging/XLoggerRemote.idl index 2fe9bb338de8..20640a45a2a2 100644 --- a/udkapi/com/sun/star/util/logging/XLoggerRemote.idl +++ b/udkapi/com/sun/star/util/logging/XLoggerRemote.idl @@ -2,9 +2,9 @@ * * $RCSfile: XLoggerRemote.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-06-03 16:40:11 $ + * last change: $Author: obo $ $Date: 2004-09-09 17:07:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,7 +92,7 @@ module com { module sun { module star { module util { module logging { to the client. The client can use this info to do some prechecks thus avoiding unneccessary remote calls. - @since #107627# + @since OOo1.1.2 */ published interface XLoggerRemote: com::sun::star::uno::XInterface |