summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oovbaapi/ooo/vba/msforms/XShape.idl2
-rw-r--r--sc/inc/address.hxx2
-rw-r--r--sc/source/ui/unoobj/servuno.cxx2
3 files changed, 3 insertions, 3 deletions
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;
}