diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-02-12 15:17:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-02-12 15:17:22 +0000 |
commit | cc4a19387193b9ed9f2f77503a61464d8ce2c9eb (patch) | |
tree | 6c824e3d9fdd69f1a5f6f405b3eab3c1a65b796d | |
parent | 54591421d48be7ca76dee300a4f3085f977076df (diff) |
INTEGRATION: CWS jl87_SRC680 (1.31.44); FILE MERGED
2008/01/22 14:53:30 jl 1.31.44.1: #i85290# added comment
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_dialog.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_dialog.cxx b/desktop/source/deployment/gui/dp_gui_dialog.cxx index a6dec97b1c1d..2fa550965c5f 100644 --- a/desktop/source/deployment/gui/dp_gui_dialog.cxx +++ b/desktop/source/deployment/gui/dp_gui_dialog.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dp_gui_dialog.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: ihi $ $Date: 2007-11-22 15:22:07 $ + * last change: $Author: vg $ $Date: 2008-02-12 16:17:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1275,6 +1275,8 @@ void DialogImpl::checkUpdates( bool selected, bool showUpdateOnly, bool parentVi //calls to "unopkg gui ext", for example, double-clicking and extension. ::osl::MutexGuard actionGuard(ActionMutex::get()); ::vos::OClearableGuard aGuard( Application::GetSolarMutex() ); + //Todo: m_pUpdateDialog can never be != NULL. It is not accessed outside of this + //function and it will be deleted at the end of this function. if ( m_pUpdateDialog != NULL ) { m_pUpdateDialog->ToTop(); |