summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/JoinController.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-01-24 16:43:35 +0000
committerFrank Schönheit <fs@openoffice.org>2002-01-24 16:43:35 +0000
commit655518502b166e93243af5c3c8ef177459ca0d80 (patch)
tree522b720fa5974376dbf057709a6b53d376550c2f /dbaccess/source/ui/inc/JoinController.hxx
parentbb6e4489d600369bace5c37df654b1f7731b65aa (diff)
incorporate the improvements suggested during code review of genericcontroller.*
Diffstat (limited to 'dbaccess/source/ui/inc/JoinController.hxx')
-rw-r--r--dbaccess/source/ui/inc/JoinController.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/JoinController.hxx b/dbaccess/source/ui/inc/JoinController.hxx
index bb93dcec4820..54a2b284e6d5 100644
--- a/dbaccess/source/ui/inc/JoinController.hxx
+++ b/dbaccess/source/ui/inc/JoinController.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: JoinController.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: oj $ $Date: 2001-10-23 12:30:27 $
+ * last change: $Author: fs $ $Date: 2002-01-24 17:38:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,7 +115,7 @@ namespace dbaui
// state of a feature. 'feature' may be the handle of a ::com::sun::star::util::URL somebody requested a dispatch interface for OR a toolbar slot.
- virtual FeatureState GetState(sal_uInt16 nId);
+ virtual FeatureState GetState(sal_uInt16 nId) const;
// execute a feature
virtual void Execute(sal_uInt16 nId);