[Libreoffice-commits] core.git: shell/source
Caolán McNamara
caolanm at redhat.com
Thu Jan 11 13:31:04 UTC 2018
shell/source/sessioninstall/SyncDbusSessionHelper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9d6b6fc96718389d7bf5f84a9e00fc5bb275c265
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jan 9 15:40:25 2018 +0000
InstallPrinteDrivers->InstallPrinterDrivers
Change-Id: Ieb161ca1f183611449f9d7eaf67b2505d870da48
Reviewed-on: https://gerrit.libreoffice.org/47662
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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 )
More information about the Libreoffice-commits
mailing list