From f5ca04caca1b6888cdc6b00b8465a53e6d5cf38d Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 3 Mar 2013 17:11:39 +0100 Subject: Related to fdo#60724: correct spelling Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716 --- basic/source/sbx/sbxint.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'basic/source/sbx/sbxint.cxx') diff --git a/basic/source/sbx/sbxint.cxx b/basic/source/sbx/sbxint.cxx index 7713c7621948..6642789c58b1 100644 --- a/basic/source/sbx/sbxint.cxx +++ b/basic/source/sbx/sbxint.cxx @@ -505,7 +505,7 @@ void ImpPutInt64( SbxValues* p, sal_Int64 n ) start: switch( +p->eType ) { - // Check neccessary + // Check necessary case SbxCHAR: aTmp.pChar = &p->nChar; goto direct; case SbxBYTE: @@ -780,7 +780,7 @@ void ImpPutUInt64( SbxValues* p, sal_uInt64 n ) start: switch( +p->eType ) { - // Check neccessary + // Check necessary case SbxCHAR: aTmp.pChar = &p->nChar; goto direct; case SbxBYTE: @@ -808,7 +808,7 @@ start: aTmp.eType = SbxDataType( p->eType | SbxBYREF ); p = &aTmp; goto start; - // Check not neccessary + // Check not necessary case SbxSALUINT64: p->uInt64 = n; break; -- cgit