From afad1a0cbc893291ea32baa7234c4ed7a5ffcf80 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 24 Jul 2019 19:48:51 +0200 Subject: Fix typos Change-Id: Ib778a6598f3797fe871a25b56b7b4b7761889296 Reviewed-on: https://gerrit.libreoffice.org/76269 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- basic/source/classes/sbunoobj.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic/source') diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx index c4bec7580d48..321ac7faedeb 100644 --- a/basic/source/classes/sbunoobj.cxx +++ b/basic/source/classes/sbunoobj.cxx @@ -1011,7 +1011,7 @@ static Any sbxToUnoValueImpl( const SbxValue* pVar, bool bBlockConversionToSmall if( !bBlockConversionToSmallestType ) { - // #79615 Choose "smallest" represention for int values + // #79615 Choose "smallest" representation for int values // because up cast is allowed, downcast not switch( eType ) { -- cgit