diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-09 08:48:08 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-09 08:48:08 +0000 |
commit | 372fd72b56c83b2bee70122fe0d17b8244565db7 (patch) | |
tree | 0e9b2c987997bfdde4909770c346c67ef6594b68 /dbaccess/source/ui/querydesign/JoinTableView.cxx | |
parent | b9251d1e1c2e4487c4eef7141525b4b99d612482 (diff) |
INTEGRATION: CWS insight02 (1.49.2); FILE MERGED
2004/08/13 09:01:07 oj 1.49.2.1: #i32563# toolbox changes
Diffstat (limited to 'dbaccess/source/ui/querydesign/JoinTableView.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/JoinTableView.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinTableView.cxx b/dbaccess/source/ui/querydesign/JoinTableView.cxx index 36592895f4a1..18788557a98d 100644 --- a/dbaccess/source/ui/querydesign/JoinTableView.cxx +++ b/dbaccess/source/ui/querydesign/JoinTableView.cxx @@ -2,9 +2,9 @@ * * $RCSfile: JoinTableView.cxx,v $ * - * $Revision: 1.49 $ + * $Revision: 1.50 $ * - * last change: $Author: hr $ $Date: 2004-08-02 16:12:37 $ + * last change: $Author: rt $ $Date: 2004-09-09 09:48:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1724,7 +1724,7 @@ void OJoinTableView::modified() OJoinController* pController = m_pView->getController(); pController->setModified( sal_True ); pController->InvalidateFeature(ID_BROWSER_ADDTABLE); - pController->InvalidateFeature(ID_RELATION_ADD_RELATION); + pController->InvalidateFeature(SID_RELATION_ADD_RELATION); } // ----------------------------------------------------------------------------- void OJoinTableView::addConnection(OTableConnection* _pConnection,sal_Bool _bAddData) |