diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-01-09 15:40:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-01-11 14:30:26 +0100 |
commit | 9d6b6fc96718389d7bf5f84a9e00fc5bb275c265 (patch) | |
tree | dfd77e62411cc06ae707e93567e26ed12820536c | |
parent | b71660540e326db3b15899a9db0aa3bf4aed2cee (diff) |
InstallPrinteDrivers->InstallPrinterDrivers
Change-Id: Ieb161ca1f183611449f9d7eaf67b2505d870da48
Reviewed-on: https://gerrit.libreoffice.org/47662
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | shell/source/sessioninstall/SyncDbusSessionHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/sessioninstall/SyncDbusSessionHelper.cxx b/shell/source/sessioninstall/SyncDbusSessionHelper.cxx index 9fd928f7e982..8cdf1c3cd825 100644 --- a/shell/source/sessioninstall/SyncDbusSessionHelper.cxx +++ b/shell/source/sessioninstall/SyncDbusSessionHelper.cxx @@ -158,7 +158,7 @@ void SyncDbusSessionHelper::InstallPrinterDrivers( css::uno::Sequence<OUString> const & files, OUString const & interaction) { - request("InstallPrinteDrivers", files, interaction); + request("InstallPrinterDrivers", files, interaction); } void SAL_CALL SyncDbusSessionHelper::IsInstalled( const OUString& sPackagename, const OUString& sInteraction, sal_Bool& o_isInstalled ) |