summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-11-01 16:49:08 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-11-01 16:49:08 +0100
commit8d3cd5fd96b6566609a22f36eed40f3275a07479 (patch)
tree39c0943838e465b2eb4a4cbb4dd481456806f850 /svl
parentf89817da62023a4228dc5c4652d51d1c036d60a5 (diff)
parentd5fef25425e61f4209d95fd3d1aff2d5f6422775 (diff)
CWS-TOOLING: integrate CWS sw34bf01
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/whassert.hxx2
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__); \
} \
} \
}