shell/source/sessioninstall/SyncDbusSessionHelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9d6b6fc96718389d7bf5f84a9e00fc5bb275c265 Author: Caolán McNamara <[email protected]> Date: Tue Jan 9 15:40:25 2018 +0000 InstallPrinteDrivers->InstallPrinterDrivers Change-Id: Ieb161ca1f183611449f9d7eaf67b2505d870da48 Reviewed-on: https://gerrit.libreoffice.org/47662 Tested-by: Jenkins <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> 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 ) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
