diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:52:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:52:01 +0000 |
commit | 3459d8114902bb3de65987d3b50832dd491c6433 (patch) | |
tree | b47a98e0ba51d73c989fcb3e5772c9a4f6069fb6 /udkapi | |
parent | 5bf251a54f3edb22b9dc639765b31813834ca68f (diff) |
INTEGRATION: CWS sdblogging (1.8.58); FILE MERGED
2007/04/12 09:17:04 fs 1.8.58.1: #i76119# deprecate in favor of css.logging.*
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/util/logging/Logger.idl | 10 | ||||
-rw-r--r-- | udkapi/com/sun/star/util/logging/LoggerRemote.idl | 10 |
2 files changed, 12 insertions, 8 deletions
diff --git a/udkapi/com/sun/star/util/logging/Logger.idl b/udkapi/com/sun/star/util/logging/Logger.idl index d1ce0e04cae9..029f8f42111b 100644 --- a/udkapi/com/sun/star/util/logging/Logger.idl +++ b/udkapi/com/sun/star/util/logging/Logger.idl @@ -4,9 +4,9 @@ * * $RCSfile: Logger.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:42:05 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:51:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,13 +53,15 @@ module com { module sun { module star { module util { module logging { //============================================================================= -/** logger service for user site debugging. +/** deprecated API - use <type scope="com::sun::star::logging">LoggerPool</type> instead + + @deprecated @since OOo 1.1.2 */ - published service Logger { + /// @deprecated interface com::sun::star::util::logging::XLogger; }; diff --git a/udkapi/com/sun/star/util/logging/LoggerRemote.idl b/udkapi/com/sun/star/util/logging/LoggerRemote.idl index 7be19ca0ccd5..bc2008e510e3 100644 --- a/udkapi/com/sun/star/util/logging/LoggerRemote.idl +++ b/udkapi/com/sun/star/util/logging/LoggerRemote.idl @@ -4,9 +4,9 @@ * * $RCSfile: LoggerRemote.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:42:23 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:52:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,13 +53,15 @@ module com { module sun { module star { module util { module logging { //============================================================================= -/** logger remote service + /** deprecated API - use <type scope="com::sun::star::logging">LoggerPool</type> instead + + @deprecated @since OOo 1.1.2 */ - published service LoggerRemote { + /// @deprecated interface com::sun::star::util::logging::XLoggerRemote; }; |