diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-04-03 12:21:15 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-04-03 12:21:15 +0000 |
commit | d58d7ef67a026e109c06b0ef6df667a268f0c158 (patch) | |
tree | ab5ea371138da0e1df7e1680ef7785d7f523ba0f /dbaccess/source/ui/tabledesign/TableController.cxx | |
parent | b173512c75eeefa637c71b14318b02d89864620c (diff) |
#65293#: constness
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 0b45b9069cd8..2054b14a4d65 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.65 $ + * $Revision: 1.66 $ * - * last change: $Author: oj $ $Date: 2002-04-02 06:27:11 $ + * last change: $Author: hr $ $Date: 2002-04-03 13:21:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -308,7 +308,7 @@ void OTableController::disposing() delete *aIter; } // ----------------------------------------------------------------------------- -FeatureState OTableController::GetState(sal_uInt16 _nId) +FeatureState OTableController::GetState(sal_uInt16 _nId) const { FeatureState aReturn; // (disabled automatically) |