From ef4066bb19a2c139261d6be6ceb1a98c37ece2d1 Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Sat, 3 Dec 2011 18:30:24 +0100 Subject: aw084: #i116802# Removing DBG_UNHANDLED_EXCEPTION since there is a valuable alternative alailable and not a general error happening # HG changeset patch # User Armin Le Grand # Date 1300120426 -3600 # Node ID 1e5618c51d1690a7c619f75d6b79c220c39854f8 # Parent 9d821e77ed393c984738cf3e829a8c94a681828f aw084: #i116802# Removing DBG_UNHANDLED_EXCEPTION since there is a valuable alternative alailable and not a general error happening --- drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'drawinglayer') diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx index 85d4b43a5b32..201e0417417e 100644 --- a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx @@ -408,7 +408,9 @@ namespace drawinglayer } catch(const uno::Exception&) { - DBG_UNHANDLED_EXCEPTION(); + // #i116763# removing since there is a good alternative when the xControlView + // is not found and it is allowed to happen + // DBG_UNHANDLED_EXCEPTION(); // process recursively and use the decomposition as Bitmap process(rCandidate.get2DDecomposition(getViewInformation2D())); -- cgit