[Libreoffice-commits] core.git: oovbaapi/ooo sc/inc sc/source
Andrea Gelmini
andrea.gelmini at gelma.net
Mon Feb 12 14:36:41 UTC 2018
oovbaapi/ooo/vba/msforms/XShape.idl | 2 +-
sc/inc/address.hxx | 2 +-
sc/source/ui/unoobj/servuno.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 5bf91d305191eacde979aba7c3b1ef36e13a7919
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Sat Feb 10 10:25:55 2018 +0100
Fix typos
Change-Id: I141de4716df406f2cbcbc77e454dbadf0fb8c164
Reviewed-on: https://gerrit.libreoffice.org/49586
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/oovbaapi/ooo/vba/msforms/XShape.idl b/oovbaapi/ooo/vba/msforms/XShape.idl
index 2e7dc535280a..1337645798ae 100644
--- a/oovbaapi/ooo/vba/msforms/XShape.idl
+++ b/oovbaapi/ooo/vba/msforms/XShape.idl
@@ -56,7 +56,7 @@ interface XShape : ooo::vba::XHelperInterface
void Select( [in] /*Optional*/ any Replace );
void ScaleHeight( [in] double Factor, [in] boolean RelativeToOriginalSize, [in] long Scale );
void ScaleWidth( [in] double Factor, [in] boolean RelativeToOriginalSize, [in] long Scale );
- any ShapeRange( [in] any index ); // only here for convience
+ any ShapeRange( [in] any index ); // only here for convenience
};
}; }; };
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;
}
More information about the Libreoffice-commits
mailing list