From d4ae0933346488f4be1a9668356dfc4e7d62d468 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 3 Jun 2004 15:40:11 +0000 Subject: INTEGRATION: CWS sb18 (1.5.92); FILE MERGED 2004/05/21 15:10:40 sb 1.5.92.1: #i21150# Added published flag. --- 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 b41768940da5..ae116febb3e5 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.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2003-04-17 09:35:50 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:39:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,7 @@ module com { module sun { module star { module util { module logging { @since #107627# */ -interface XLogger: com::sun::star::uno::XInterface +published interface XLogger: com::sun::star::uno::XInterface { /** Just to adhere to the API known from the standalone scenario. You can use it to create a new Logger, but to bootstrap the first diff --git a/udkapi/com/sun/star/util/logging/XLoggerRemote.idl b/udkapi/com/sun/star/util/logging/XLoggerRemote.idl index 6c01ebc3bb9d..2fe9bb338de8 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.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2003-04-17 09:36:03 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:40:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,7 +95,7 @@ module com { module sun { module star { module util { module logging { @since #107627# */ -interface XLoggerRemote: com::sun::star::uno::XInterface +published interface XLoggerRemote: com::sun::star::uno::XInterface { /** gets logging level of this XLoggerRemote -- cgit