summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-19 08:20:36 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-19 08:20:36 +0000
commitbfa103003a9208af8cb683a11e7232d585e912f9 (patch)
tree83efd195981f902ab01336e4e92a98488c2fbfd0 /framework
parente47437c6d8761b739d3daa7a23be7d8f144643bc (diff)
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
Diffstat (limited to 'framework')
-rw-r--r--framework/source/helper/statusindicatorfactory.cxx7
1 files 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();
+ */
}
//-----------------------------------------------