summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/window
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-22 23:35:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-23 09:08:07 +0100
commita34626180887aa9f5d453924982b8ad04c546cda (patch)
treec409479cea1f4cfc8ce73de2299e4574e248d494 /vcl/unx/generic/window
parent9eca65e23a126f8c74e4f0dd0552a019b837feea (diff)
this method is debugging only
Diffstat (limited to 'vcl/unx/generic/window')
-rw-r--r--vcl/unx/generic/window/salframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/window/salframe.cxx b/vcl/unx/generic/window/salframe.cxx
index 1fdfc02c3916..2c1c94ae46c3 100644
--- a/vcl/unx/generic/window/salframe.cxx
+++ b/vcl/unx/generic/window/salframe.cxx
@@ -4241,7 +4241,7 @@ long X11SalFrame::Dispatch( XEvent *pEvent )
CaptureMouse( sal_True );
#ifdef DBG_UTIL
if( -1 != nCaptured_ )
- pDisplay_->PrintEvent( "Captured", pEvent );
+ pDisplay_->DbgPrintDisplayEvent("Captured", pEvent);
#endif
}