From 5bf91d305191eacde979aba7c3b1ef36e13a7919 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 10 Feb 2018 10:25:55 +0100 Subject: Fix typos Change-Id: I141de4716df406f2cbcbc77e454dbadf0fb8c164 Reviewed-on: https://gerrit.libreoffice.org/49586 Tested-by: Jenkins Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- oovbaapi/ooo/vba/msforms/XShape.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oovbaapi/ooo') 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 }; }; }; }; -- cgit