summaryrefslogtreecommitdiff
path: root/vcl/source/window/dockmgr.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-02-06 12:17:38 +0000
committerKurt Zenker <kz@openoffice.org>2006-02-06 12:17:38 +0000
commit9a056b0953bd7b3f6f7996b8375ae3b13ff912f1 (patch)
tree1a72a645bb5050f9e7a2fe9d5c366c67dbe7b7c2 /vcl/source/window/dockmgr.cxx
parent52811a1f5b5094592b17394bed60739222c41af6 (diff)
INTEGRATION: CWS pb11 (1.13.78); FILE MERGED
2006/01/24 17:41:40 ssa 1.13.78.2: #i48361# floaters for subtoolbars should not appear as toplevel windows so they have to be easily recognized by the toolkit 2006/01/19 15:29:19 pb 1.13.78.1: fix: #i48361# ssa: the ImplPopupFloatwin should not appear as an acessible frame but should be handled by its parent toolbar as an ordinary child. this will be done in the toolkit wrapper.
Diffstat (limited to 'vcl/source/window/dockmgr.cxx')
-rw-r--r--vcl/source/window/dockmgr.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/source/window/dockmgr.cxx b/vcl/source/window/dockmgr.cxx
index 723a4793bfe5..1daa062bc25a 100644
--- a/vcl/source/window/dockmgr.cxx
+++ b/vcl/source/window/dockmgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dockmgr.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2006-01-26 18:10:00 $
+ * last change: $Author: kz $ $Date: 2006-02-06 13:17:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -566,6 +566,8 @@ public:
ImplPopupFloatWin::ImplPopupFloatWin( Window* pParent, ImplDockingWindowWrapper* pDockingWin ) :
FloatingWindow( pParent, WB_NOBORDER | WB_SYSTEMWINDOW | WB_NOSHADOW)
{
+ mpWindowImpl->mbToolbarFloatingWindow = TRUE; // indicate window type, required for accessibility
+ // which should not see this window as a toplevel window
mpDockingWin = pDockingWin;
mbHighlight = FALSE;
mbMoving = FALSE;