From b71660540e326db3b15899a9db0aa3bf4aed2cee Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 9 Jan 2018 12:07:50 +0000 Subject: [API CHANGE] migrate PackageKit usage to Modify2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xid dropped in favour of application_id Change-Id: Id1eb43aa9c8dfb4eac82f99eff0f84c5320e0da0 Reviewed-on: https://gerrit.libreoffice.org/47661 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svtools/source/misc/langhelp.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'svtools') diff --git a/svtools/source/misc/langhelp.cxx b/svtools/source/misc/langhelp.cxx index 5bbc01172964..55643af50621 100644 --- a/svtools/source/misc/langhelp.cxx +++ b/svtools/source/misc/langhelp.cxx @@ -90,9 +90,7 @@ public: { using namespace org::freedesktop::PackageKit; css::uno::Reference xSyncDbusSessionHelper(SyncDbusSessionHelper::create(comphelper::getProcessComponentContext())); - const SystemEnvData* pEnvData = pTopWindow->GetSystemData(); - sal_uInt32 nDbusId = pEnvData ? GetDbusId(*pEnvData) : 0; - xSyncDbusSessionHelper->InstallPackageNames(nDbusId, comphelper::containerToSequence(m_aPackages), OUString()); + xSyncDbusSessionHelper->InstallPackageNames(comphelper::containerToSequence(m_aPackages), OUString()); } catch (const css::uno::Exception& e) { -- cgit