summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-19 14:37:04 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-19 14:37:04 +0000
commitb8f2774646dc2bc1673db7c06e2a7b1d908a595a (patch)
treedc3ca5c9a590555fd53c609ee4e0f857ed9c8a3e /forms/source
parenta61a49a72172cbce885de483af31a7761dc9018b (diff)
INTEGRATION: CWS dba202e (1.28.36); FILE MERGED
2006/01/09 10:03:05 fs 1.28.36.2: RESYNC: (1.28-1.29); FILE MERGED 2006/01/04 11:02:01 fs 1.28.36.1: #i59877# better (assertion) diagnostics when catching an exception
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/component/Edit.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/forms/source/component/Edit.cxx b/forms/source/component/Edit.cxx
index c2cacc1c5253..fddc8710c178 100644
--- a/forms/source/component/Edit.cxx
+++ b/forms/source/component/Edit.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Edit.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: obo $ $Date: 2005-12-21 13:20:51 $
+ * last change: $Author: obo $ $Date: 2006-01-19 15:37:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,6 +80,10 @@
#include <comphelper/numbers.hxx>
#endif
+#ifndef TOOLS_DIAGNOSE_EX_H
+#include <tools/diagnose_ex.h>
+#endif
+
#ifndef _CONNECTIVITY_DBTOOLS_HXX_
#include <connectivity/dbtools.hxx>
#endif
@@ -546,7 +550,7 @@ namespace
}
catch( const Exception& )
{
- OSL_ENSURE( sal_False, "lcl_transferProperties: caught an exception!" );
+ DBG_UNHANDLED_EXCEPTION();
}
}
}