summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/relationdesign/RelationController.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-04-03 13:16:03 +0000
committerFrank Schönheit <fs@openoffice.org>2001-04-03 13:16:03 +0000
commitd22a1fcd9f3cb49bb80276d0d332941af39ee1bb (patch)
tree27c4ee413acadac364add96b77874b1f3ee149b6 /dbaccess/source/ui/relationdesign/RelationController.cxx
parentb616acfed18dd6c364baf79ef2d14f044a354848 (diff)
corrected some wrong OSL_ASSERTs
Diffstat (limited to 'dbaccess/source/ui/relationdesign/RelationController.cxx')
-rw-r--r--dbaccess/source/ui/relationdesign/RelationController.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/source/ui/relationdesign/RelationController.cxx b/dbaccess/source/ui/relationdesign/RelationController.cxx
index d9a65d3b5f48..21991a088e89 100644
--- a/dbaccess/source/ui/relationdesign/RelationController.cxx
+++ b/dbaccess/source/ui/relationdesign/RelationController.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RelationController.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: oj $ $Date: 2001-04-03 08:40:28 $
+ * last change: $Author: fs $ $Date: 2001-04-03 14:14:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -439,7 +439,7 @@ void SAL_CALL ORelationController::initialize( const Sequence< Any >& aArguments
}
catch(SQLException&)
{
- OSL_ASSERT(0);
+ OSL_ENSURE(sal_False, "ORelationController::initialize: caught an exception!");
}
}
@@ -675,7 +675,7 @@ OTableWindowData* ORelationController::createTableWindowData()
// }
// else
// {
-// OSL_ASSERT(0);
+// OSL_ENSURE(sal_False, 0);
// }
//
// }
@@ -687,7 +687,7 @@ OTableWindowData* ORelationController::createTableWindowData()
// }
// catch(Exception&)
// {
-// OSL_ASSERT(0);
+// OSL_ENSURE(sal_False, 0);
// }
//}
// -----------------------------------------------------------------------------
@@ -805,7 +805,7 @@ OTableWindowData* ORelationController::createTableWindowData()
// }
// else
// {
-// OSL_ASSERT(0);
+// OSL_ENSURE(sal_False, 0);
// }
// }
// }