summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/JoinController.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-16 13:31:13 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-16 13:31:13 +0000
commitd706280346183b2a5f3d2a5776b878cf85d09ba9 (patch)
tree8f9aef8db6f3aef211f1f573cd5ac0035184773f /dbaccess/source/ui/inc/JoinController.hxx
parent50f37cbef07ba2ea7bb4efe68bbdbf2f347760f1 (diff)
INTEGRATION: CWS docking4 (1.17.8); FILE MERGED
2004/09/30 11:04:49 fs 1.17.8.1: #i33338# AddSupportedFeatures -> describeSupportedFeatures
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 35723e1623b3..77fd1f4bc9f3 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.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: rt $ $Date: 2004-09-09 09:43:52 $
+ * last change: $Author: obo $ $Date: 2004-11-16 14:31:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -184,7 +184,7 @@ namespace dbaui
virtual short saveModified() = 0;
// called when the orignal state should be reseted (first time load)
virtual void reset() = 0;
- virtual void AddSupportedFeatures();
+ virtual void describeSupportedFeatures();
virtual OJoinDesignView* getJoinView();
};