summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-02-11 11:51:03 +0000
committerOcke Janssen <oj@openoffice.org>2002-02-11 11:51:03 +0000
commit0a1a6db1af099948ff9bcbf7b76d8548a25529df (patch)
tree82eda6f3c6eeabdda510c21a56dad74c7ec33354 /dbaccess/source/ui/querydesign/TableWindowAccess.cxx
parentdd30e0edc12e37e8e76f0aa730a7d83939b9f753 (diff)
#97314# changes for accessibilty
Diffstat (limited to 'dbaccess/source/ui/querydesign/TableWindowAccess.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/TableWindowAccess.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/TableWindowAccess.cxx b/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
index 571f061fcfad..b938fd685512 100644
--- a/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
+++ b/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableWindowAccess.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2002-02-08 09:09:36 $
+ * last change: $Author: oj $ $Date: 2002-02-11 12:51:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -181,7 +181,7 @@ namespace dbaui
// -----------------------------------------------------------------------------
sal_Int16 SAL_CALL OTableWindowAccess::getAccessibleRole( ) throw (RuntimeException)
{
- return AccessibleRole::LABEL; // ? or may be an AccessibleRole::WINDOW
+ return AccessibleRole::PANEL; // ? or may be an AccessibleRole::WINDOW
}
// -----------------------------------------------------------------------------
Reference< XAccessibleRelationSet > SAL_CALL OTableWindowAccess::getAccessibleRelationSet( ) throw (RuntimeException)