summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-11-18 07:24:15 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-11-18 07:24:15 +0000
commitf5789e990c3537e5bf453e93c07d6f822abc25b7 (patch)
tree2e5aaf27d0812ebd519585b0e1ecdf606ddd3da4 /extensions
parent866c97ebb26b0a4194081e08df68c10202f1c286 (diff)
CWS-TOOLING: integrate CWS extmgrui06
2008-10-30 15:46:52 +0100 hr r262831 : CWS-TOOLING: rebase CWS extmgrui06 to trunk@262620 (milestone: DEV300:m34) 2008-10-22 11:19:35 +0200 dv r262586 : #i80640# mirgate CWS extmgrui06 to SVN 2008-10-22 11:19:03 +0200 dv r262585 : #i80640# mirgate CWS extmgrui06 to SVN
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/check/updatehdl.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatehdl.cxx b/extensions/source/update/check/updatehdl.cxx
index bd6d349e8927..2aa27cd9b8f4 100644
--- a/extensions/source/update/check/updatehdl.cxx
+++ b/extensions/source/update/check/updatehdl.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: updatehdl.cxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.7.60.1 $
*
* This file is part of OpenOffice.org.
*
@@ -475,6 +475,7 @@ void SAL_CALL UpdateHandler::handle( uno::Reference< task::XInteractionRequest >
void SAL_CALL UpdateHandler::queryTermination( const lang::EventObject& )
throw ( frame::TerminationVetoException, uno::RuntimeException )
{
+ setVisible( false );
}
//------------------------------------------------------------------------------