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 | 655518502b166e93243af5c3c8ef177459ca0d80 (patch) | |
tree | 522b720fa5974376dbf057709a6b53d376550c2f /dbaccess/source/ui/tabledesign/TableController.cxx | |
parent | bb6e4489d600369bace5c37df654b1f7731b65aa (diff) |
incorporate the improvements suggested during code review of genericcontroller.*
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TableController.cxx')
-rw-r--r-- | dbaccess/source/ui/tabledesign/TableController.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx index ac2b85caa4a6..2b2e78a9ffe5 100644 --- a/dbaccess/source/ui/tabledesign/TableController.cxx +++ b/dbaccess/source/ui/tabledesign/TableController.cxx @@ -2,9 +2,9 @@ * * $RCSfile: TableController.cxx,v $ * - * $Revision: 1.60 $ + * $Revision: 1.61 $ * - * last change: $Author: oj $ $Date: 2001-11-12 10:33:47 $ + * last change: $Author: fs $ $Date: 2002-01-24 17:42:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -291,7 +291,7 @@ void OTableController::disposing() delete *aIter; } // ----------------------------------------------------------------------------- -FeatureState OTableController::GetState(sal_uInt16 _nId) +FeatureState OTableController::GetState(sal_uInt16 _nId) const { FeatureState aReturn; // (disabled automatically) |