From 655518502b166e93243af5c3c8ef177459ca0d80 Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Thu, 24 Jan 2002 16:43:35 +0000 Subject: incorporate the improvements suggested during code review of genericcontroller.* --- dbaccess/source/ui/tabledesign/TableController.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dbaccess/source/ui/tabledesign/TableController.cxx') 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) -- cgit