summaryrefslogtreecommitdiff
path: root/sfx2/source/menu
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-07-24 14:09:53 +0200
committerMichael Stahl <mstahl@redhat.com>2014-07-24 14:11:40 +0200
commit3108a3dd38f5e5aac3a46e6f5caf3b2e5ab5b202 (patch)
treec6a2ea7bc703d0fa723bdf01b7e623c27f9467e3 /sfx2/source/menu
parent2ddfaf1f03135c10d33e0e99ebe8a56d3783d214 (diff)
sfx2: remove another DBG macro that arose from the grave
The callers in dispatch.cxx use methods that were removed by commit a1ce4fb4f0dbc3c4141f510e5b2b732a24d862c8 - not sure if this warning is useful or not. Change-Id: I8bb654de8e26c054318dd2037055a85d013c8bfa
Diffstat (limited to 'sfx2/source/menu')
-rw-r--r--sfx2/source/menu/mnuitem.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sfx2/source/menu/mnuitem.cxx b/sfx2/source/menu/mnuitem.cxx
index 3ce93a96a785..ebe6439853f9 100644
--- a/sfx2/source/menu/mnuitem.cxx
+++ b/sfx2/source/menu/mnuitem.cxx
@@ -84,7 +84,9 @@ void SfxMenuControl::Bind(
else
SetId( nSlotId );
- DBG( CheckConfigure_Impl(SFX_SLOT_MENUCONFIG) );
+#ifdef DBG_UTIL
+ CheckConfigure_Impl(SFX_SLOT_MENUCONFIG);
+#endif
}