Kaydet (Commit) ef4066bb authored tarafından Armin Le Grand's avatar Armin Le Grand Kaydeden (comit) Thorsten Behrens

aw084: #i116802# Removing DBG_UNHANDLED_EXCEPTION since there is a valuable…

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 <armin.le.grand@oracle.com>
# 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
üst d999ae10
...@@ -408,7 +408,9 @@ namespace drawinglayer ...@@ -408,7 +408,9 @@ namespace drawinglayer
} }
catch(const uno::Exception&) 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 recursively and use the decomposition as Bitmap
process(rCandidate.get2DDecomposition(getViewInformation2D())); process(rCandidate.get2DDecomposition(getViewInformation2D()));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment