summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_updatedata.hxx
diff options
context:
space:
mode:
authorDirk Voelzke <dv@openoffice.org>2010-04-28 11:44:09 +0200
committerDirk Voelzke <dv@openoffice.org>2010-04-28 11:44:09 +0200
commit3807193d03962da3247a7b74bd58d2d511786fc2 (patch)
tree0e8b3abf9015f08bf96c519b94f10fa04a4c9023 /desktop/source/deployment/gui/dp_gui_updatedata.hxx
parent9bfe25036358e6befdb2e9ddcbc1084f6a3d8c7f (diff)
jl152 import 263451 from native0jl:#i77196# Use ExtensionManager instead of PackageManager
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_updatedata.hxx')
-rw-r--r--desktop/source/deployment/gui/dp_gui_updatedata.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_updatedata.hxx b/desktop/source/deployment/gui/dp_gui_updatedata.hxx
index dda6126f70d0..2082b92e923a 100644
--- a/desktop/source/deployment/gui/dp_gui_updatedata.hxx
+++ b/desktop/source/deployment/gui/dp_gui_updatedata.hxx
@@ -35,7 +35,6 @@
namespace com { namespace sun { namespace star { namespace deployment {
- class XPackageManager;
class XPackage;
}}}}
namespace com { namespace sun { namespace star { namespace xml { namespace dom {
@@ -48,10 +47,8 @@ namespace dp_gui {
struct UpdateListEntry
{
::com::sun::star::uno::Reference< ::com::sun::star::deployment::XPackage> m_xPackage;
- ::com::sun::star::uno::Reference< ::com::sun::star::deployment::XPackageManager> m_xPackageManager;
- UpdateListEntry( const ::com::sun::star::uno::Reference< ::com::sun::star::deployment::XPackage > &xPackage,
- const ::com::sun::star::uno::Reference< ::com::sun::star::deployment::XPackageManager > &xPackageManager );
+ UpdateListEntry( const ::com::sun::star::uno::Reference< ::com::sun::star::deployment::XPackage > &xPackage );
~UpdateListEntry();
};
@@ -61,8 +58,6 @@ typedef ::boost::shared_ptr< UpdateListEntry > TUpdateListEntry;
struct UpdateData
{
::com::sun::star::uno::Reference< ::com::sun::star::deployment::XPackage > aInstalledPackage;
-
- ::com::sun::star::uno::Reference< ::com::sun::star::deployment::XPackageManager > aPackageManager;
// The content of the update information
::com::sun::star::uno::Reference< ::com::sun::star::xml::dom::XNode > aUpdateInfo;
//The URL of the locally downloaded extension. It will only be set if there were no errors