From 11d20507806d30e2d1955b93a568b84a2216ef69 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 1 Mar 2011 19:08:19 +0100 Subject: Move DBG_ERROR to OSL_FAIL --- svl/source/notify/brdcst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl/source/notify') diff --git a/svl/source/notify/brdcst.cxx b/svl/source/notify/brdcst.cxx index 82462a57f430..a86b7f49f586 100644 --- a/svl/source/notify/brdcst.cxx +++ b/svl/source/notify/brdcst.cxx @@ -147,7 +147,7 @@ BOOL SfxBroadcaster::AddListener( SfxListener& rListener ) aListeners.Insert( pListener, aListeners.Count() ); else { - DBG_ERROR( "array overflow" ); + OSL_FAIL( "array overflow" ); return FALSE; } -- cgit