summaryrefslogtreecommitdiff
path: root/vcl/source/window/winproc.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-08-26 10:31:55 +0300
committerTor Lillqvist <tml@collabora.com>2015-08-26 10:33:30 +0300
commit139b32b84c029b6ff7a9236b58f65351a5723640 (patch)
treea65bdce692087fa69111ce8054fead61b668dfd2 /vcl/source/window/winproc.cxx
parente279fc393bc55cf6c8422760266e9c5bbdff5d91 (diff)
Bin the fairly useless DbgDialog stuff and handle fallout
See (short) discussion on the mailing list, "How was it again, is the DbgDialog useful?". Change-Id: Ibde1eb13f16edf94f1f7aebd0befd1b0b171d5c4
Diffstat (limited to 'vcl/source/window/winproc.cxx')
-rw-r--r--vcl/source/window/winproc.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx
index 0af0cb5992d0..da55c5f37784 100644
--- a/vcl/source/window/winproc.cxx
+++ b/vcl/source/window/winproc.cxx
@@ -920,15 +920,6 @@ static bool ImplHandleKey( vcl::Window* pWindow, MouseNotifyEvent nSVEvent,
// handle tracking window
if ( nSVEvent == MouseNotifyEvent::KEYINPUT )
{
-#ifdef DBG_UTIL
- // #105224# use Ctrl-Alt-Shift-D, Ctrl-Shift-D must be useable by app
- if ( aKeyCode.IsShift() && aKeyCode.IsMod1() && (aKeyCode.IsMod2() || aKeyCode.IsMod3()) && (aKeyCode.GetCode() == KEY_D) )
- {
- DBGGUI_START();
- return true;
- }
-#endif
-
if ( pSVData->maHelpData.mbExtHelpMode )
{
Help::EndExtHelp();