From 9e6ca513aca0d681d663f29cfa3a476d5c757657 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 May 2019 21:26:20 +0000 Subject: Fix typo Change-Id: I715da280563c7c3f03eb9b521478db4481ae4b2f Reviewed-on: https://gerrit.libreoffice.org/72322 Tested-by: Jenkins Reviewed-by: Julien Nabet --- basic/source/comp/dim.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic/source/comp/dim.cxx') diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx index 477acdcbefd5..9e3124697794 100644 --- a/basic/source/comp/dim.cxx +++ b/basic/source/comp/dim.cxx @@ -684,7 +684,7 @@ void SbiParser::Enum() void SbiParser::DefEnum( bool bPrivate ) { - // Read a the new Token. It had to be a symbol + // Read the new Token. It had to be a symbol if (!TestSymbol()) return; -- cgit