From b62dcbec4d60d3b0d6d62309cb739cf57491bd39 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 16 Feb 2005 15:20:47 +0000 Subject: INTEGRATION: CWS sdk14 (1.7.16); FILE MERGED 2005/02/02 15:46:29 mi 1.7.16.1: #i33588# since tags corrected --- udkapi/com/sun/star/util/logging/XLogger.idl | 6 +++--- udkapi/com/sun/star/util/logging/XLoggerRemote.idl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'udkapi') 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 -- cgit