diff options
author | Michael Stahl <mst@openoffice.org> | 2010-08-27 13:21:36 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-08-27 13:21:36 +0200 |
commit | be6d65ae721090df56376ac75946f8645815a8ff (patch) | |
tree | f4bf08c7fa548748deb17657e3ea624b65ce2cce /svl/source/items/whassert.hxx | |
parent | 6a5b285548f92135b6eaf220c4d4533854032aa0 (diff) |
sw34bf01: SFX_ASSERT: do not use DbgOut directly
Diffstat (limited to 'svl/source/items/whassert.hxx')
-rw-r--r-- | svl/source/items/whassert.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/whassert.hxx b/svl/source/items/whassert.hxx index 9933294b4d86..237cf73f6c7f 100644 --- a/svl/source/items/whassert.hxx +++ b/svl/source/items/whassert.hxx @@ -42,7 +42,7 @@ ByteString aMsg( sMessage ); \ aMsg.Append(RTL_CONSTASCII_STRINGPARAM("\nwith Id/Pos: ")); \ aMsg += ByteString::CreateFromInt32( nId ); \ - DbgOut( aMsg.GetBuffer(), DBG_OUT_ERROR, __FILE__, __LINE__); \ + DbgError( aMsg.GetBuffer(), __FILE__, __LINE__); \ } \ } \ } |