summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-04-13 19:57:11 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-04-13 21:10:30 +0200
commitc3ff98d54ddaa1728a08117283dce2d41d0cd568 (patch)
treecc3faf1754593f6f93f4bb4e32a023b9951ae86b
parentCleaning sc module (oox) (diff)
downloadcore-c3ff98d54ddaa1728a08117283dce2d41d0cd568.tar.gz
core-c3ff98d54ddaa1728a08117283dce2d41d0cd568.zip
put "unused" function into the right #ifdef
-rw-r--r--sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx2
1 files changed, 1 insertions, 1 deletions
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<XConfigurationChangeRequest>& rxRequest)
{