summaryrefslogtreecommitdiff
path: root/automation/source/testtool
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/testtool')
-rw-r--r--automation/source/testtool/cretstrm.cxx2
-rw-r--r--automation/source/testtool/objtest.cxx8
2 files changed, 5 insertions, 5 deletions
diff --git a/automation/source/testtool/cretstrm.cxx b/automation/source/testtool/cretstrm.cxx
index 0f9781c73970..d9e13a31bb65 100644
--- a/automation/source/testtool/cretstrm.cxx
+++ b/automation/source/testtool/cretstrm.cxx
@@ -63,7 +63,7 @@ void CRetStream::Read( SbxValue &aValue )
*pSammel >> nId;
if (nId != BinSbxValue)
{
- DBG_ERROR1( "Falscher Typ im Stream: Erwartet SbxValue, gefunden :%hu", nId );
+ OSL_TRACE( "Falscher Typ im Stream: Erwartet SbxValue, gefunden :%hu", nId );
}
SbxBaseRef xBase = SbxBase::Load( *pSammel );
if ( IS_TYPE( SbxValue, xBase ) )
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx
index d061dcdf2e0b..ca65865ff9d2 100644
--- a/automation/source/testtool/objtest.cxx
+++ b/automation/source/testtool/objtest.cxx
@@ -2317,7 +2317,7 @@ void TestToolObj::SFX_NOTIFY( SfxBroadcaster&, const TypeId&,
long aMS = long( aDiff.GetMSFromTime() );
if ( Abs( aMS - nWait ) > 100 )
{
- DBG_ERROR1("Wait was off limit by %i", aDiff.GetMSFromTime() - nWait );
+ OSL_TRACE("Wait was off limit by %i", aDiff.GetMSFromTime() - nWait );
}
#endif
}
@@ -3428,7 +3428,7 @@ BOOL TestToolObj::ReturnResults( SvStream *pIn )
break;
}
default:
- DBG_ERROR1("Unbekannter Sub Return Code bei Profile: %hu", nUId );
+ OSL_TRACE("Unbekannter Sub Return Code bei Profile: %hu", nUId );
break;
}
}
@@ -3708,7 +3708,7 @@ BOOL TestToolObj::ReturnResults( SvStream *pIn )
}
break;
default:
- DBG_ERROR1( "Unbekannter Return Code: %iu", nRet );
+ OSL_TRACE( "Unbekannter Return Code: %iu", nRet );
break;
}
@@ -3743,7 +3743,7 @@ BOOL TestToolObj::ReturnResults( SvStream *pIn )
break;
}
default:
- DBG_ERROR1( "Unbekannter Request im Return Stream Nr: %iu", nId );
+ OSL_TRACE( "Unbekannter Request im Return Stream Nr: %iu", nId );
break;
}
if( !pIn->IsEof() )