diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-02-10 10:25:55 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-02-12 15:36:05 +0100 |
commit | 5bf91d305191eacde979aba7c3b1ef36e13a7919 (patch) | |
tree | 7996cd2275007668b47804481cf5dcc0ef7fe569 /sc | |
parent | b24a90799b16cde737a0f0e2b1d71acd8fd69019 (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')
-rw-r--r-- | sc/inc/address.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/unoobj/servuno.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx index 77ee970b08ee..a3c7040a21d5 100644 --- a/sc/inc/address.hxx +++ b/sc/inc/address.hxx @@ -149,7 +149,7 @@ enum class ScRefFlags : sal_uInt16 ROW_VALID = 0x0100, COL_VALID = 0x0200, TAB_VALID = 0x0400, - // BITS for convience + // BITS for convenience BITS = COL_ABS | ROW_ABS | TAB_ABS | TAB_3D | ROW_VALID | COL_VALID | TAB_VALID, // somewhat cheesy kludge to force the display of the document name even for 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; } |