From 81c9d54db34647fb1db311b228de6749c089dcf8 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 12 Apr 2016 11:31:44 +0530 Subject: tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionals Removed OSL_DEBUG_LEVEL > 1 conditionals to reduce the problem of multiple debug levels Change-Id: I453f74198e08308c3891e923ebaee58a276e34ad Reviewed-on: https://gerrit.libreoffice.org/22616 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- chart2/source/tools/InternalData.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source/tools/InternalData.cxx') diff --git a/chart2/source/tools/InternalData.cxx b/chart2/source/tools/InternalData.cxx index a13424010cd1..b6cb49fefb34 100644 --- a/chart2/source/tools/InternalData.cxx +++ b/chart2/source/tools/InternalData.cxx @@ -22,7 +22,7 @@ #include "Strings.hrc" #include -#if OSL_DEBUG_LEVEL > 1 +#ifdef DEBUG_CHART2_TOOLS #define DEBUG_INTERNAL_DATA 1 #endif -- cgit v1.2.3