summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2019-07-10 22:52:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-07-11 09:30:32 +0200
commit4a45d35aa2b921183ad5633af8b8725b6c5ffe8f (patch)
tree3f9cfc6631aa85333591d1e6ab667c960e645847 /sfx2
parentfc4245e6d69829fb5acd335a01005f666c9dd21f (diff)
Fix a typo in a comment
Fix a typo (s/these/this) and merge some comment lines that are split for no reason. Wording is still not perfect, but is better :) Change-Id: If97b648fb5645f4ec1ecb0c0208467c9eee430b4 Reviewed-on: https://gerrit.libreoffice.org/75383 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/thumbnailview.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/source/control/thumbnailview.cxx b/sfx2/source/control/thumbnailview.cxx
index 29245fc02dff..ecee30d0295e 100644
--- a/sfx2/source/control/thumbnailview.cxx
+++ b/sfx2/source/control/thumbnailview.cxx
@@ -331,8 +331,7 @@ void ThumbnailView::CalculateItemPositions (bool bScrollBarUsed)
size_t nLastItem = nFirstItem + (mnVisLines + 1) * mnCols;
// If want also draw parts of items in the last line,
- // then we add one more line if parts of these line are
- // visible
+ // then we add one more line if parts of this line are visible
size_t nCurCount = 0;
for ( size_t i = 0; i < nItemCount; i++ )
@@ -1485,8 +1484,7 @@ void SfxThumbnailView::CalculateItemPositions(bool bScrollBarUsed)
size_t nLastItem = nFirstItem + (mnVisLines + 1) * mnCols;
// If want also draw parts of items in the last line,
- // then we add one more line if parts of these line are
- // visible
+ // then we add one more line if parts of this line are visible
size_t nCurCount = 0;
for ( size_t i = 0; i < nItemCount; i++ )