diff options
author | Malte Timmermann [mt] <malte.timmermann@oracle.com> | 2011-01-21 15:42:55 +0100 |
---|---|---|
committer | Malte Timmermann [mt] <malte.timmermann@oracle.com> | 2011-01-21 15:42:55 +0100 |
commit | 3b184bbda31958c250bc896aff76a68d30c57a49 (patch) | |
tree | 14a68739bb8fcb0a7613c85845101edf93be8a93 | |
parent | 4a68997f9654a89283f61fc6a4c4268155a9eacc (diff) |
accfixes: accessible name for WINDOW_METRICBOX
-rwxr-xr-x | vcl/source/window/window.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 94fa4a89302b..33d4b491ef67 100755 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -9178,7 +9178,7 @@ String Window::GetAccessibleName() const case WINDOW_LISTBOX: case WINDOW_MULTILISTBOX: case WINDOW_TREELISTBOX: - + case WINDOW_METRICBOX: { Window *pLabel = GetAccessibleRelationLabeledBy(); if ( pLabel && pLabel != this ) |