diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:26:20 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-15 07:07:07 +0200 |
commit | 9e6ca513aca0d681d663f29cfa3a476d5c757657 (patch) | |
tree | bad5d59471d1cf6b2ee3f84c150961a18ad460fc /basic/source/comp/dim.cxx | |
parent | 6611f45ac57d8be90a3cdfa1c37bbcb97be49dd5 (diff) |
Fix typo
Change-Id: I715da280563c7c3f03eb9b521478db4481ae4b2f
Reviewed-on: https://gerrit.libreoffice.org/72322
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic/source/comp/dim.cxx')
-rw-r--r-- | basic/source/comp/dim.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |