diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-11 22:24:51 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-17 18:21:28 +0200 |
commit | 9db192d6de6ad4fd3b1261b5346f6c8cb28fcf8b (patch) | |
tree | 586f81071d7b5f9d27a5cf0be1b038d0d778063f /include | |
parent | a2601800845c6500f833684f5e09bf324ac8af09 (diff) |
Fix typo
Change-Id: I28e009658550d6aa16323967a2fb17f17fd0ab2e
Reviewed-on: https://gerrit.libreoffice.org/75780
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/thumbnailview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx index 95216f3eb758..19190bf605c8 100644 --- a/include/sfx2/thumbnailview.hxx +++ b/include/sfx2/thumbnailview.hxx @@ -98,7 +98,7 @@ struct ThumbnailItemAttributes; SetExtraSpacing() will not be included). The background color could be specified by SetColor(), with which the image - or UserDraw items will be underlayed. If no color is specified the color + or UserDraw items will be underlaid. If no color is specified the color of other windows (WindowColor) will be used for the background. -------------------------------------------------------------------------- |