summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/JoinTableView.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-25 10:03:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-25 10:03:29 +0000
commit08beda432cb060fb96e0d444cca0ea85f7bb1565 (patch)
tree9d7fe7d922d7739d38c48333f940899b8986e0f8 /dbaccess/source/ui/inc/JoinTableView.hxx
parent997feafad8986a3543bd2b2584535b96aefc54a5 (diff)
INTEGRATION: CWS dba08 (1.20.22); FILE MERGED
2003/06/17 06:58:02 oj 1.20.22.1: #110261# change accessibility handling to toolkit
Diffstat (limited to 'dbaccess/source/ui/inc/JoinTableView.hxx')
-rw-r--r--dbaccess/source/ui/inc/JoinTableView.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx
index a56fedc62db1..a62088a1ccae 100644
--- a/dbaccess/source/ui/inc/JoinTableView.hxx
+++ b/dbaccess/source/ui/inc/JoinTableView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: JoinTableView.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 17:21:02 $
+ * last change: $Author: vg $ $Date: 2003-06-25 11:03:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,7 +97,7 @@ namespace dbaui
struct OJoinExchangeData;
class OJoinDesignView;
class OTableWindowData;
- class IAccessibleHelper;
+ class OJoinDesignViewAccess;
// this class conatins only the scrollbars to avoid that the tablewindows clip the scrollbars
class OJoinTableView;
@@ -152,9 +152,9 @@ namespace dbaui
DECL_LINK(OnDragScrollTimer, void*);
protected:
- OTableWindow* m_pLastFocusTabWin;
- OJoinDesignView* m_pView;
- IAccessibleHelper* m_pAccessible;
+ OTableWindow* m_pLastFocusTabWin;
+ OJoinDesignView* m_pView;
+ OJoinDesignViewAccess* m_pAccessible;
public:
TYPEINFO();