diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-11-18 07:24:15 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-11-18 07:24:15 +0000 |
commit | 6fe68c247a9515c7aa264372b039b51796fe952e (patch) | |
tree | f2402b37058a809bf6fbc14196215451bea5271f | |
parent | dd247098faedad554359b364fd40c881f58ae121 (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
-rw-r--r-- | extensions/source/update/check/updatehdl.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatehdl.cxx b/extensions/source/update/check/updatehdl.cxx index a2c2e71b7..6bbba8360 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 ); } //------------------------------------------------------------------------------ |