summaryrefslogtreecommitdiff
path: root/sfx2/source/notify
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-10 07:19:46 +0100
committerDavid Tardon <dtardon@redhat.com>2012-01-10 07:23:04 +0100
commit1efa072b558d5b2aee03c658c4a781654985ba2b (patch)
tree70dd5e2024e1c109345ca0e31fd252e8a25914b3 /sfx2/source/notify
parent05c51d5dfb58549e5bf26cb5c8b9b4f0083dca25 (diff)
Remove cruft in debug tools
Diffstat (limited to 'sfx2/source/notify')
-rw-r--r--sfx2/source/notify/hintpost.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/notify/hintpost.cxx b/sfx2/source/notify/hintpost.cxx
index 8892c2631b83..aa69f37c15b9 100644
--- a/sfx2/source/notify/hintpost.cxx
+++ b/sfx2/source/notify/hintpost.cxx
@@ -36,7 +36,6 @@
void SfxHintPoster::RegisterEvent()
{
- DBG_MEMTEST();
}
//--------------------------------------------------------------------
@@ -72,7 +71,6 @@ void SfxHintPoster::Post( SfxHint* pHintToPost )
IMPL_LINK_INLINE_START( SfxHintPoster, DoEvent_Impl, SfxHint *, pPostedHint )
{
- DBG_MEMTEST();
Event( pPostedHint );
ReleaseRef();
return 0;
@@ -90,7 +88,6 @@ void SfxHintPoster::Event( SfxHint* pPostedHint )
void SfxHintPoster::SetEventHdl( const GenLink& rLink )
{
- DBG_MEMTEST();
aLink = rLink;
}