From bfa103003a9208af8cb683a11e7232d585e912f9 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 19 Apr 2007 08:20:36 +0000 Subject: INTEGRATION: CWS fwk64 (1.24.90); FILE MERGED 2007/03/19 09:25:57 as 1.24.90.1: #i75167# dont disturb window manager within its focus handling --- framework/source/helper/statusindicatorfactory.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/framework/source/helper/statusindicatorfactory.cxx b/framework/source/helper/statusindicatorfactory.cxx index 7d107da7219c..74376af2194f 100644 --- a/framework/source/helper/statusindicatorfactory.cxx +++ b/framework/source/helper/statusindicatorfactory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: statusindicatorfactory.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: obo $ $Date: 2006-09-16 14:00:44 $ + * last change: $Author: ihi $ $Date: 2007-04-19 09:20:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -499,9 +499,12 @@ void StatusIndicatorFactory::implts_makeParentVisibleIfAllowed() if (xParentWindow.is()) xParentWindow->setVisible(sal_True); + /* + #i75167# dont disturb window manager handling .-) css::uno::Reference< css::awt::XTopWindow > xParentWindowTop(xParentWindow, css::uno::UNO_QUERY); if (xParentWindowTop.is()) xParentWindowTop->toFront(); + */ } //----------------------------------------------- -- cgit