summaryrefslogtreecommitdiff
path: root/sd
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 /sd
parent7b0bf8878b057def9539ddde8aef790e30b58532 (diff)
put "unused" function into the right #ifdef
Diffstat (limited to 'sd')
-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)
{