diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-15 09:11:52 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-01-15 13:53:21 +0100 |
commit | a6b69a9384801f77f4cc30a366a45561c28eab3e (patch) | |
tree | 983661741b4081501f37365afa84a08b761000e7 /basctl | |
parent | 3da86d8987db6223b0acc5d8a1b56f7e0c54bbef (diff) |
Fix typo
Change-Id: I51c97356c9c2939f2d94d6388c829a179ca00daa
Reviewed-on: https://gerrit.libreoffice.org/47853
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index b4036f27f159..2b44c67dead8 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx @@ -1227,7 +1227,7 @@ void EditorWindow::DoSyntaxHighlight( sal_uLong nPara ) // that this line does not exist anymore! if ( nPara < pEditEngine->GetParagraphCount() ) { - // unfortunately I'm not sure that excactly this line does Modified() ... + // unfortunately I'm not sure that exactly this line does Modified()... if ( pProgress ) pProgress->StepProgress(); ImpDoHighlight( nPara ); |