summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/JoinTableView.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-02-11 12:02:08 +0000
committerOcke Janssen <oj@openoffice.org>2002-02-11 12:02:08 +0000
commit5c49431dec80a83b03533b66f6be62a8d8b11038 (patch)
treebc9bba9ab4fdda995ab47322a67e25a8af716a7c /dbaccess/source/ui/querydesign/JoinTableView.cxx
parenta615af5c4bdb3c4f68e68b77babcb85ec20a78e2 (diff)
#90580# enable F6 key for components
Diffstat (limited to 'dbaccess/source/ui/querydesign/JoinTableView.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/JoinTableView.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinTableView.cxx b/dbaccess/source/ui/querydesign/JoinTableView.cxx
index e2b0eb84e394..5da52bd3c002 100644
--- a/dbaccess/source/ui/querydesign/JoinTableView.cxx
+++ b/dbaccess/source/ui/querydesign/JoinTableView.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: JoinTableView.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: oj $ $Date: 2002-02-08 09:09:36 $
+ * last change: $Author: oj $ $Date: 2002-02-11 12:53:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1658,7 +1658,7 @@ void OJoinTableView::childCountChanged(sal_Int32 _nOldCount)
pController->InvalidateFeature(ID_BROWSER_ADDTABLE);
pController->InvalidateFeature(ID_RELATION_ADD_RELATION);
if ( m_pAccessible )
- m_pAccessible->notifyAccesibleEvent(3/* AccessibleEventId::ACCESSIBLE_CHILD_EVENT */,makeAny(_nOldCount),makeAny(GetTabWinCount() + getTableConnections()->size()));
+ m_pAccessible->notifyAccessibleEvent(3/* AccessibleEventId::ACCESSIBLE_CHILD_EVENT */,makeAny(_nOldCount),makeAny(GetTabWinCount() + getTableConnections()->size()));
}
// -----------------------------------------------------------------------------
void OJoinTableView::addConnection(OTableConnection* _pConnection)