#104812# check if current row is valid

This commit is contained in:
Ocke Janssen 2002-11-21 13:19:01 +00:00
parent de05b49073
commit 7c93cf1016

View file

@ -2,9 +2,9 @@
*
* $RCSfile: RelationDlg.cxx,v $
*
* $Revision: 1.16 $
* $Revision: 1.17 $
*
* last change: $Author: oj $ $Date: 2002-11-21 13:55:15 $
* last change: $Author: oj $ $Date: 2002-11-21 14:19:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -279,9 +279,6 @@ IMPL_LINK( ORelationDialog, OKClickHdl, Button*, pButton )
this,
static_cast<OJoinTableView*>(GetParent())->getDesignView()->getController()->getORB());
}
catch(const ElementExistException&)
{
}
catch(const Exception&)
{
//OSL_ENSURE(sal_False, "ORelationDialog, OKClickHdl: caught an exception!");