diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-09-09 08:50:41 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-09-09 08:50:41 +0000 |
commit | 3ab69f1bb2cfa33bccc09479c5194d699c97a5f7 (patch) | |
tree | 24badc48a107c34e36b945040bcac8eb44ef1268 /dbaccess/source/ui/relationdesign/RelationTableView.cxx | |
parent | d4ca27493b029ae7eb5c4a79d1820ad1790e458d (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.cxx | 6 |
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); } } // ----------------------------------------------------------------------------- |