diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-01 18:14:41 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-02 15:00:30 +0100 |
commit | 01e217a36956f729c5030f1a78eb100423cc3157 (patch) | |
tree | b62b62c0041254102c499019ce6cfa6970fd9bdd | |
parent | fdeb50167836803f1a79082ddd25e4ae8ac20611 (diff) |
Remove DBG_UTILx
-rw-r--r-- | automation/source/testtool/objtest.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx index c8e948f834b8..d061dcdf2e0b 100644 --- a/automation/source/testtool/objtest.cxx +++ b/automation/source/testtool/objtest.cxx @@ -1106,15 +1106,6 @@ void TestToolObj::WaitForAnswer () { if ( bUseIPC ) { - #ifdef DBG_UTILx - USHORT nSysWinModeMemo = GetpApp()->GetSystemWindowMode(); - GetpApp()->SetSystemWindowMode( 0 ); - ModelessDialog aDlg(NULL); - aDlg.SetOutputSizePixel(Size(200,0)); - aDlg.SetText(CUniString("Waiting for Answer")); - aDlg.Show( TRUE, SHOW_NOFOCUSCHANGE | SHOW_NOACTIVATE ); - GetpApp()->SetSystemWindowMode( nSysWinModeMemo ); - #endif BOOL bWasRealWait = !bReturnOK; BasicRuntime aRun( NULL ); if ( BasicRuntimeAccess::HasRuntime() ) |