summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-01-09 15:40:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-01-11 14:30:26 +0100
commit9d6b6fc96718389d7bf5f84a9e00fc5bb275c265 (patch)
treedfd77e62411cc06ae707e93567e26ed12820536c /shell
parentb71660540e326db3b15899a9db0aa3bf4aed2cee (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>
Diffstat (limited to 'shell')
-rw-r--r--shell/source/sessioninstall/SyncDbusSessionHelper.cxx2
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 )