diff options
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/comp/parser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() ) { |