INTEGRATION: CWS jl84_SRC680 (1.11.30); FILE MERGED
2008/01/09 07:31:09 jl 1.11.30.1: #151085# UpdateDialog::Thread now contains a copy of the context rather then a reference
This commit is contained in:
parent
3cdf531182
commit
6033824d63
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: dp_gui_updatedialog.cxx,v $
|
||||
*
|
||||
* $Revision: 1.11 $
|
||||
* $Revision: 1.12 $
|
||||
*
|
||||
* last change: $Author: ihi $ $Date: 2007-11-22 16:07:25 $
|
||||
* last change: $Author: vg $ $Date: 2008-01-28 13:55:32 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -288,7 +288,7 @@ private:
|
|||
packageManager,
|
||||
css::uno::Reference< css::xml::dom::XNode > const & updateInfo) const;
|
||||
|
||||
css::uno::Reference< css::uno::XComponentContext > const & m_context;
|
||||
css::uno::Reference< css::uno::XComponentContext > m_context;
|
||||
UpdateDialog & m_dialog;
|
||||
rtl::Reference< dp_gui::SelectedPackageIterator > m_selectedPackages;
|
||||
css::uno::Sequence< css::uno::Reference<
|
||||
|
|
Loading…
Reference in a new issue