diff options
author | Ocke Janssen <oj@openoffice.org> | 2002-02-11 11:51:03 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2002-02-11 11:51:03 +0000 |
commit | 0a1a6db1af099948ff9bcbf7b76d8548a25529df (patch) | |
tree | 82eda6f3c6eeabdda510c21a56dad74c7ec33354 /dbaccess/source/ui/querydesign/TableWindowAccess.cxx | |
parent | dd30e0edc12e37e8e76f0aa730a7d83939b9f753 (diff) |
#97314# changes for accessibilty
Diffstat (limited to 'dbaccess/source/ui/querydesign/TableWindowAccess.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/TableWindowAccess.cxx | 6 |
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) |