diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:20:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:20:47 +0000 |
commit | b62dcbec4d60d3b0d6d62309cb739cf57491bd39 (patch) | |
tree | 59304720af6d735da719edb69ab9e03ed408af52 /udkapi/com | |
parent | f0e391369b438a8377e8b795b7942de398b8fec9 (diff) |
INTEGRATION: CWS sdk14 (1.7.16); FILE MERGED
2005/02/02 15:46:29 mi 1.7.16.1: #i33588# since tags corrected
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 11fce7c2d811..ce2b6ee643b8 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.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2004-09-09 17:07:38 $ + * last change: $Author: vg $ $Date: 2005-02-16 16:20:31 $ * * 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 OOo1.1.2 + @since OOo 1.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 20640a45a2a2..06d984132fda 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.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2004-09-09 17:07:51 $ + * last change: $Author: vg $ $Date: 2005-02-16 16:20:47 $ * * 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 OOo1.1.2 + @since OOo 1.1.2 */ published interface XLoggerRemote: com::sun::star::uno::XInterface |