diff options
author | Dirk Voelzke <dv@openoffice.org> | 2010-05-03 14:22:23 +0200 |
---|---|---|
committer | Dirk Voelzke <dv@openoffice.org> | 2010-05-03 14:22:23 +0200 |
commit | 6241367966bca60d2ee49a693d23c59acfac3349 (patch) | |
tree | 095762ecdac31b1f9ab47d34bf67e8fc621b940e /desktop/source | |
parent | 86e2dc0dcb9d79f1267dbd88d68bba6da3de871e (diff) |
jl152 import 263453 from native0jl:#i77196# Use ExtensionManager instead of PackageManager
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/check_ext_deps.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/app/check_ext_deps.cxx b/desktop/source/app/check_ext_deps.cxx index c3eb81dfc3ec..7629a5c5cf83 100644 --- a/desktop/source/app/check_ext_deps.cxx +++ b/desktop/source/app/check_ext_deps.cxx @@ -47,8 +47,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/NamedValue.hpp> #include "com/sun/star/deployment/XPackage.hpp" -#include "com/sun/star/deployment/XPackageManager.hpp" -#include "com/sun/star/deployment/thePackageManagerFactory.hpp" #include "com/sun/star/deployment/ExtensionManager.hpp" #include <com/sun/star/task/XJob.hpp> #include <com/sun/star/task/XJobExecutor.hpp> |