diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:54:42 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:54:42 +0000 |
commit | dad8998b07e19c5e0e07d603c79472082db4fd6b (patch) | |
tree | 7d89a8e65c2344f1f96655c31e37a6f4544e63c8 /automation | |
parent | 3987e957e1160b7e421e3049fa3ceb9c9f2a66fd (diff) |
INTEGRATION: CWS dbgmacros1 (1.2.2); FILE MERGED
2003/04/10 17:36:11 kso 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED
2003/04/09 10:09:49 kso 1.2.2.1: #108413# - debug macro unification.
Diffstat (limited to 'automation')
-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 907b43ba1b21..d8a349614c9b 100644 --- a/automation/source/testtool/objtest.cxx +++ b/automation/source/testtool/objtest.cxx @@ -2,9 +2,9 @@ * * $RCSfile: objtest.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2003-03-26 12:07:27 $ + * last change: $Author: vg $ $Date: 2003-04-15 15:54:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3290,7 +3290,7 @@ BOOL TestToolObj::ReturnResults( SvStream *pIn ) pImpl->naRemoteTime[ i ] += nLNr1; pImpl->naLocalTime[ i ] += Time::GetSystemTicks() - pImpl->LocalStarttime; - #ifdef DEBUG + #if OSL_DEBUG_LEVEL > 1 if ( nLNr1 > (Time::GetSystemTicks() - pImpl->LocalStarttime) ) { String aLine = CUniString("Testtoolzeit(").Append(String::CreateFromInt64(Time::GetSystemTicks() - pImpl->LocalStarttime)).AppendAscii(") kleiner Officezeit(").Append(String::CreateFromInt64(nLNr1)).AppendAscii(")\n"); |