[Libreoffice-commits] core.git: sfx2/source
Christophe JAILLET (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 11 07:31:41 UTC 2019
sfx2/source/control/thumbnailview.cxx | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
New commits:
commit 4a45d35aa2b921183ad5633af8b8725b6c5ffe8f
Author: Christophe JAILLET <christophe.jaillet at wanadoo.fr>
AuthorDate: Wed Jul 10 22:52:44 2019 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Jul 11 09:30:32 2019 +0200
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 at collabora.co.uk>
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++ )
More information about the Libreoffice-commits
mailing list