diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:40:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:40:11 +0000 |
commit | d4ae0933346488f4be1a9668356dfc4e7d62d468 (patch) | |
tree | d07184ff3a436eb285abab05246738251f987de4 /udkapi | |
parent | 77bf1df5cdb839a8bacac15cc7689bcab20f6bc0 (diff) |
INTEGRATION: CWS sb18 (1.5.92); FILE MERGED
2004/05/21 15:10:40 sb 1.5.92.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi')
-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 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 |