From d0222ba1fd7617b793e1e513247b11a82eb22f4e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 29 Dec 2017 00:31:05 +0100 Subject: Fix typos Change-Id: I3d16dc162e5fa2e08134d848a835eb392e64056e Reviewed-on: https://gerrit.libreoffice.org/47126 Tested-by: Jenkins Reviewed-by: Julien Nabet --- basic/source/comp/parser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic') diff --git a/basic/source/comp/parser.cxx b/basic/source/comp/parser.cxx index 7d08a99b511e..ff16b016f154 100644 --- a/basic/source/comp/parser.cxx +++ b/basic/source/comp/parser.cxx @@ -605,7 +605,7 @@ void SbiParser::Set() // It's a good idea to distinguish between // set something = another & // something = another - // ( its necessary for vba objects where set is object + // ( it's necessary for vba objects where set is object // specific and also doesn't involve processing default params ) if( pDef->GetTypeId() ) { -- cgit