summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/relationdesign/RelationTableView.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-09 08:50:41 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-09 08:50:41 +0000
commit3ab69f1bb2cfa33bccc09479c5194d699c97a5f7 (patch)
tree24badc48a107c34e36b945040bcac8eb44ef1268 /dbaccess/source/ui/relationdesign/RelationTableView.cxx
parentd4ca27493b029ae7eb5c4a79d1820ad1790e458d (diff)
INTEGRATION: CWS insight02 (1.17.212); FILE MERGED
2004/08/13 09:01:10 oj 1.17.212.1: #i32563# toolbox changes
Diffstat (limited to 'dbaccess/source/ui/relationdesign/RelationTableView.cxx')
-rw-r--r--dbaccess/source/ui/relationdesign/RelationTableView.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/relationdesign/RelationTableView.cxx b/dbaccess/source/ui/relationdesign/RelationTableView.cxx
index 1b86317e8..d2361a0f5 100644
--- a/dbaccess/source/ui/relationdesign/RelationTableView.cxx
+++ b/dbaccess/source/ui/relationdesign/RelationTableView.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RelationTableView.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 17:23:10 $
+ * last change: $Author: rt $ $Date: 2004-09-09 09:50:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -500,7 +500,7 @@ void ORelationTableView::RemoveTabWin( OTableWindow* pTabWin )
if(aDlg.Execute() == RET_YES)
{
OJoinTableView::RemoveTabWin( pTabWin );
- m_pView->getController()->InvalidateFeature(ID_RELATION_ADD_RELATION);
+ m_pView->getController()->InvalidateFeature(SID_RELATION_ADD_RELATION);
}
}
// -----------------------------------------------------------------------------