From c3ff98d54ddaa1728a08117283dce2d41d0cd568 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Fri, 13 Apr 2012 19:57:11 +0200 Subject: put "unused" function into the right #ifdef --- sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx index cbefb08e4972..26941cbb5393 100644 --- a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx +++ b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx @@ -44,7 +44,7 @@ using namespace ::com::sun::star::drawing::framework; namespace { -#if OSL_DEBUG_LEVEL > 0 +#if OSL_DEBUG_LEVEL >= 2 void TraceRequest (const Reference& rxRequest) { -- cgit