diff options
Diffstat (limited to 'vcl/source/window')
-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 ) |