summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/servuno.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-02-10 10:25:55 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-02-12 15:36:05 +0100
commit5bf91d305191eacde979aba7c3b1ef36e13a7919 (patch)
tree7996cd2275007668b47804481cf5dcc0ef7fe569 /sc/source/ui/unoobj/servuno.cxx
parentb24a90799b16cde737a0f0e2b1d71acd8fd69019 (diff)
Fix typos
Change-Id: I141de4716df406f2cbcbc77e454dbadf0fb8c164 Reviewed-on: https://gerrit.libreoffice.org/49586 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/ui/unoobj/servuno.cxx')
-rw-r--r--sc/source/ui/unoobj/servuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/servuno.cxx b/sc/source/ui/unoobj/servuno.cxx
index e3ee59062ea7..8b958791c16c 100644
--- a/sc/source/ui/unoobj/servuno.cxx
+++ b/sc/source/ui/unoobj/servuno.cxx
@@ -127,7 +127,7 @@ public:
aArgs[0] = maWorkbook;
aArgs[1] <<= xModel;
aArgs[2] <<= sSheetName;
- // use the convience function
+ // use the convenience function
maCachedObject <<= ooo::vba::createVBAUnoAPIServiceWithArgs( mpDocShell, "ooo.vba.excel.Worksheet", aArgs );
break;
}