summaryrefslogtreecommitdiff
path: root/automation/source/testtool/cretstrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/testtool/cretstrm.cxx')
-rw-r--r--automation/source/testtool/cretstrm.cxx2
1 files changed, 1 insertions, 1 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 ) )