Files
libreoffice/sd/source/ui/framework/configuration/debugtrace.hxx
Eike Rathke 563638f2e5 introduce DEBUG_SD_CONFIGURATION_TRACE instead of OSL_DEBUG_LEVEL>=2
... and partly revert the corresponding pieces of
3d2f43438d that removed them as unused
code.

Change-Id: Ib5418df6a675004d0822b77ef12a77564d3348c8
2016-04-19 18:31:34 +02:00

19 lines
644 B
C++

/* -*- 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/.
*/
#ifndef INCLUDED_SD_SOURCE_UI_FRAMEWORK_CONFIGURATION_DEBUGTRACE_HXX
#define INCLUDED_SD_SOURCE_UI_FRAMEWORK_CONFIGURATION_DEBUGTRACE_HXX
/// Centrally define activation of configuration debug traces.
#define DEBUG_SD_CONFIGURATION_TRACE 0
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */