diff options
author | Ocke Janssen <oj@openoffice.org> | 2002-11-26 11:53:34 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2002-11-26 11:53:34 +0000 |
commit | 57f66a76a114dedfa6de98e0ee4c8151c7d61458 (patch) | |
tree | 96d73557e95276500e40215217b931fb40dc2000 /svtools | |
parent | 18bebfe6127cd5c1fb554d9c2f2e219046774b70 (diff) |
#105538# set the type of the SvLBox to WINDOW_LISTBOX to allow accessible label
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/svlbox.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/contnr/svlbox.cxx b/svtools/source/contnr/svlbox.cxx index f9c8f8c195a6..7aa1ac9cc1fd 100644 --- a/svtools/source/contnr/svlbox.cxx +++ b/svtools/source/contnr/svlbox.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svlbox.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: pb $ $Date: 2002-07-04 11:57:21 $ + * last change: $Author: oj $ $Date: 2002-11-26 12:53:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -782,6 +782,7 @@ SvLBox::SvLBox( Window* pParent, const ResId& rResId ) : Font aFont( "Geneva", Size( 0, 10 ) ); SetFont( aFont ); #endif + SetType(WINDOW_LISTBOX); } |