summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/util/logging/Logger.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-28 13:57:01 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-28 14:29:27 +0100
commit3e6b35fc96de29ba077f8f266ccfd73cb93561b3 (patch)
tree6f5355075157b50f95ceba4c7ba20be74d1e146f /udkapi/com/sun/star/util/logging/Logger.idl
parent61d16504fc1aac2545589a85660c1c89aedbc372 (diff)
API CHANGE: remove com.sun.star.util.logging module
This module was deprecated and replaced with com.sun.star.logging in OpenOffice.org 2.3 (i#76119); there is no implementation of the interfaces. Removed types: com.sun.star.util.logging.LogLevel com.sun.star.util.logging.Logger com.sun.star.util.logging.LoggerRemote com.sun.star.util.logging.XLogger com.sun.star.util.logging.XLoggerRemote WARNING: could not open key "/UCR/com/sun/star/util/logging/XLogger" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/util/logging" with published children exists only in registry 1 Change-Id: Ief1beadf0e32dee03f555599909ac5f31a5034dd
Diffstat (limited to 'udkapi/com/sun/star/util/logging/Logger.idl')
-rw-r--r--udkapi/com/sun/star/util/logging/Logger.idl47
1 files changed, 0 insertions, 47 deletions
diff --git a/udkapi/com/sun/star/util/logging/Logger.idl b/udkapi/com/sun/star/util/logging/Logger.idl
deleted file mode 100644
index 5b535b75912a..000000000000
--- a/udkapi/com/sun/star/util/logging/Logger.idl
+++ /dev/null
@@ -1,47 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef __com_sun_star_webtop_Logger_idl__
-#define __com_sun_star_webtop_Logger_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/util/logging/XLogger.idl>
-#include <com/sun/star/util/logging/XLoggerRemote.idl>
-
-
-module com { module sun { module star { module util { module logging {
-
-
-/** 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;
-};
-
-
-}; }; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */