diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-06-29 13:10:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-06-29 13:15:51 +0200 |
commit | 430484932e1254f7076321c2a7b3ec3df1512896 (patch) | |
tree | a14900e50ad012302814e4272934639578e01435 /extensions | |
parent | 3b8ab58008fcbca3c581ef827e5af07eb72b23ee (diff) |
Typo: beeing->being
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/unoconversionutilities.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<T>::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") |