summaryrefslogtreecommitdiff
path: root/extensions/source/ole
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-06-29 13:10:56 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-06-29 13:15:51 +0200
commit430484932e1254f7076321c2a7b3ec3df1512896 (patch)
treea14900e50ad012302814e4272934639578e01435 /extensions/source/ole
parent3b8ab58008fcbca3c581ef827e5af07eb72b23ee (diff)
Typo: beeing->being
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
Diffstat (limited to 'extensions/source/ole')
-rw-r--r--extensions/source/ole/unoconversionutilities.hxx2
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")