diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 10:30:10 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 10:30:10 +0000 |
commit | 65a64dccc796b61a789f7bc5f2e83f2e8df1775a (patch) | |
tree | 2e3918a2d562cea7861e9328b01141345a63088e /automation/source/testtool | |
parent | 9895166916a1fcfc37172f5ee482033fd203edf6 (diff) |
INTEGRATION: CWS gh4 (1.4.2); FILE MERGED
2003/05/27 13:08:39 gh 1.4.2.1: enable code for nonpro also
Diffstat (limited to 'automation/source/testtool')
-rw-r--r-- | automation/source/testtool/objtest.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx index d8a349614c9b..3992166fb4a6 100644 --- a/automation/source/testtool/objtest.cxx +++ b/automation/source/testtool/objtest.cxx @@ -2,9 +2,9 @@ * * $RCSfile: objtest.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2003-04-15 15:54:42 $ + * last change: $Author: vg $ $Date: 2003-06-10 11:30:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1181,7 +1181,7 @@ void TestToolObj::WaitForAnswer () { if ( bUseIPC ) { - #ifdef DBG_UTIL + #ifdef DBG_UTILx USHORT nSysWinModeMemo = GetpApp()->GetSystemWindowMode(); GetpApp()->SetSystemWindowMode( 0 ); ModelessDialog aDlg(NULL); |