diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-14 12:04:07 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-14 13:30:20 +0100 |
commit | 61618210f87f57ae21cc39530c9f777d76002a12 (patch) | |
tree | 7654fa158d32cfc25c43a49a52c6dde439de133e /sw | |
parent | 1d71f886d6760e5b3eeb4a0f9aaaead0816a45aa (diff) |
Fix typo
Change-Id: Ibab7a1b98e35e6e6f282f83e361f067708e1fdc1
Reviewed-on: https://gerrit.libreoffice.org/47854
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/docredln.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/docredln.cxx b/sw/source/core/doc/docredln.cxx index d073d21f5cb5..c8e1caa04e6b 100644 --- a/sw/source/core/doc/docredln.cxx +++ b/sw/source/core/doc/docredln.cxx @@ -396,7 +396,7 @@ void SwRedlineTable::LOKRedlineNotification(RedlineNotification nType, SwRangeRe // When this notify method is called text invalidation is not done yet // Calling FillRects updates the text area so invalidation will not run on the correct rects - // So we need to do an own invalidation here. It invalidates text frames continging the redlining + // So we need to do an own invalidation here. It invalidates text frames containing the redlining SwDoc* pDoc = pRedline->GetDoc(); SwViewShell* pSh; if( pDoc && !pDoc->IsInDtor() && |