From 430484932e1254f7076321c2a7b3ec3df1512896 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 29 Jun 2014 13:10:56 +0200 Subject: Typo: beeing->being Change-Id: I34937e400ac8576154d33e1e11b80690222f532c --- extensions/source/ole/unoconversionutilities.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/source/ole/unoconversionutilities.hxx b/extensions/source/ole/unoconversionutilities.hxx index 2f969834d7a9..17ad38d81f4e 100644 --- a/extensions/source/ole/unoconversionutilities.hxx +++ b/extensions/source/ole/unoconversionutilities.hxx @@ -321,7 +321,7 @@ void UnoConversionUtilities::variantToAny( const VARIANTARG* pArg, Any& rAny, // the sequence expects. Thus variantToAny produces the correct type // E.g. An Array object contains VT_I4 and the sequence expects shorts // than the vartype must be changed. The reason is, you can't specify the - // type in JavaScript and the script engine determines the type beeing used. + // type in JavaScript and the script engine determines the type being used. switch( ptype.getTypeClass()) { case TypeClass_CHAR: // could be: new Array( 12, 'w', "w") -- cgit