summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/queryorder.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-05 14:58:02 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-05 14:58:02 +0000
commit9e93a446bf6d44290b63417a24a4d97af3df714c (patch)
tree13b5a539473c660dd05bc71c6a13556aceecef6d /dbaccess/source/ui/dlg/queryorder.cxx
parentb211d7809c8aa722549ebf61abaacc5dbbf3d3b0 (diff)
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
Diffstat (limited to 'dbaccess/source/ui/dlg/queryorder.cxx')
-rw-r--r--dbaccess/source/ui/dlg/queryorder.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/queryorder.cxx b/dbaccess/source/ui/dlg/queryorder.cxx
index 685db96f92fe..0760d4bc8b36 100644
--- a/dbaccess/source/ui/dlg/queryorder.cxx
+++ b/dbaccess/source/ui/dlg/queryorder.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: queryorder.cxx,v $
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
* This file is part of OpenOffice.org.
*
@@ -171,7 +171,7 @@ DlgOrderCrit::DlgOrderCrit( Window * pParent,
}
catch(const Exception&)
{
- OSL_ENSURE(0,"Exception catched while filling order lines!");
+ DBG_UNHANDLED_EXCEPTION();
}
EnableLines();