diff options
author | Stephan Schäfer <ssa@openoffice.org> | 2002-07-12 14:49:23 +0000 |
---|---|---|
committer | Stephan Schäfer <ssa@openoffice.org> | 2002-07-12 14:49:23 +0000 |
commit | f605763639389655d9b6342444d7552ceca50981 (patch) | |
tree | 4551750bab85336377cd0264075b25c11f993678 /vcl | |
parent | 908adf6cc00514b14349ecea0c2ed4217fa7aa46 (diff) |
#100315# improve accessible hierarchy
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/menu.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx index 4671cf101195..5f0dd990d69a 100644 --- a/vcl/source/window/menu.cxx +++ b/vcl/source/window/menu.cxx @@ -2,9 +2,9 @@ * * $RCSfile: menu.cxx,v $ * - * $Revision: 1.60 $ + * $Revision: 1.61 $ * - * last change: $Author: tbe $ $Date: 2002-07-11 11:12:04 $ + * last change: $Author: ssa $ $Date: 2002-07-12 15:49:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3736,6 +3736,7 @@ MenuBarWindow::MenuBarWindow( Window* pParent ) : aFloatBtn( this, WB_NOPOINTERFOCUS | WB_SMALLSTYLE | WB_RECTSTYLE ), aHideBtn( this, WB_NOPOINTERFOCUS | WB_SMALLSTYLE | WB_RECTSTYLE ) { + mnType = WINDOW_MENUBARWINDOW; pMenu = NULL; pActivePopup = NULL; nSaveFocusId = 0; |