Kaydet (Commit) 9e93a446 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS dba30b (1.20.158); FILE MERGED

2008/04/15 22:13:33 fs 1.20.158.2: RESYNC: (1.20-1.21); FILE MERGED
2008/03/16 14:09:03 fs 1.20.158.1: some exception handling re-factoring
üst b211d780
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: queryorder.cxx,v $ * $RCSfile: queryorder.cxx,v $
* $Revision: 1.21 $ * $Revision: 1.22 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -171,7 +171,7 @@ DlgOrderCrit::DlgOrderCrit( Window * pParent, ...@@ -171,7 +171,7 @@ DlgOrderCrit::DlgOrderCrit( Window * pParent,
} }
catch(const Exception&) catch(const Exception&)
{ {
OSL_ENSURE(0,"Exception catched while filling order lines!"); DBG_UNHANDLED_EXCEPTION();
} }
EnableLines(); EnableLines();
......
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