diff options
author | Frank Schönheit <fs@openoffice.org> | 2002-01-24 16:43:35 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2002-01-24 16:43:35 +0000 |
commit | 871c1192f4d5971b3e2e796fddb4cdbd79a68875 (patch) | |
tree | ec39ae0a2e85b156bbf3bed28148273346c7282b /dbaccess/source/ui/querydesign/JoinController.cxx | |
parent | 9feebaa09f64fe1d8a44253de15f394f55fc3ff3 (diff) |
incorporate the improvements suggested during code review of genericcontroller.*
Diffstat (limited to 'dbaccess/source/ui/querydesign/JoinController.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/JoinController.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinController.cxx b/dbaccess/source/ui/querydesign/JoinController.cxx index c3e482fd4..acd4bdb9d 100644 --- a/dbaccess/source/ui/querydesign/JoinController.cxx +++ b/dbaccess/source/ui/querydesign/JoinController.cxx @@ -2,9 +2,9 @@ * * $RCSfile: JoinController.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: oj $ $Date: 2001-10-23 12:30:24 $ + * last change: $Author: fs $ $Date: 2002-01-24 17:43:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -297,7 +297,7 @@ void OJoinController::SaveTabWinPosSize(OTableWindow* pTabWin, long nOffsetX, lo } // ----------------------------------------------------------------------------- -FeatureState OJoinController::GetState(sal_uInt16 _nId) +FeatureState OJoinController::GetState(sal_uInt16 _nId) const { FeatureState aReturn; // (disabled automatically) |