diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:42:43 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:42:43 +0000 |
commit | 4c8cb02056dded06d0785c137cbb6fccf577b188 (patch) | |
tree | 1455368c0daf90bb6cbfa4ed1d31fb0829a8fd01 /testtools | |
parent | 4dbe92ca69023b9bb3318e659441d99efc91498e (diff) |
INTEGRATION: CWS dbgmacros1 (1.2.20.1.14); FILE MERGED
2003/04/10 16:34:30 kso 1.2.20.1.14.2: RESYNC: (1.2.20.1-1.3); FILE MERGED
2003/04/10 09:20:16 kso 1.2.20.1.14.1: #108413# - debug macro unification.
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/source/performance/ubtest.cxx | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/testtools/source/performance/ubtest.cxx b/testtools/source/performance/ubtest.cxx index 254c704d2c6b..0eabc890aef7 100644 --- a/testtools/source/performance/ubtest.cxx +++ b/testtools/source/performance/ubtest.cxx @@ -1,7 +1,7 @@ /************************************************************************** #* -#* last change $Author: hr $ $Date: 2003-03-27 16:49:18 $ -#* $Revision: 1.3 $ +#* last change $Author: vg $ $Date: 2003-04-15 16:42:43 $ +#* $Revision: 1.4 $ #* #* $Logfile: $ #* @@ -1171,8 +1171,8 @@ sal_Int32 TestImpl::run( const Sequence< OUString > & rArgs ) // dump out tables out( "\nTimes( ratio to direct in process )", stream ); -#ifdef DEBUG - out ("; compiled with DEBUG", stream ); +#if OSL_DEBUG_LEVEL > 1 + out ("; compiled with OSL_DEBUG_LEVEL > 1", stream ); #endif out( ":", stream ); @@ -1322,6 +1322,15 @@ void * SAL_CALL component_getFactory( /************************************************************************** $Log: not supported by cvs2svn $ + Revision 1.2.20.1.14.2 2003/04/10 16:34:30 kso + RESYNC: (1.2.20.1-1.3); FILE MERGED + + Revision 1.2.20.1.14.1 2003/04/10 09:20:16 kso + #108413# - debug macro unification. + + Revision 1.3 2003/03/27 16:49:18 hr + MWS_SRX644: migrate branch mws_srx644 -> HEAD + Revision 1.2.20.1 2003/02/18 12:28:35 vg INTEGRATION: CWS kso6 (1.2.30); FILE MERGED 2003/02/10 16:01:14 kso 1.2.30.1: #105906# - Checked/removed sprintf, strcpy, strcat |