summaryrefslogtreecommitdiff
path: root/automation/source/server/scmdstrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/server/scmdstrm.cxx')
-rw-r--r--automation/source/server/scmdstrm.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/automation/source/server/scmdstrm.cxx b/automation/source/server/scmdstrm.cxx
index 977236cc5a3f..e8399e43b342 100644
--- a/automation/source/server/scmdstrm.cxx
+++ b/automation/source/server/scmdstrm.cxx
@@ -133,7 +133,7 @@ void SCmdStream::Read ( SfxPoolItem *&pItem )
}
break;
default:
- DBG_ERROR1( "Ungültiger Typ im Stream:%hu", nType );
+ OSL_TRACE( "Ungültiger Typ im Stream:%hu", nType );
#if OSL_DEBUG_LEVEL > 1
StatementList::m_pDbgWin->AddText( "Ungültiger Typ !!!! " );
#endif
@@ -203,7 +203,7 @@ void SCmdStream::Read ( ::com::sun::star::beans::PropertyValue &rItem )
}
break;
default:
- DBG_ERROR1( "Ungültiger Typ im Stream:%hu", nType );
+ OSL_TRACE( "Ungültiger Typ im Stream:%hu", nType );
#if OSL_DEBUG_LEVEL > 1
StatementList::m_pDbgWin->AddText( "Ungültiger Typ !!!! " );
#endif