diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-12-22 18:51:41 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-12-22 18:51:41 +0100 |
commit | 151887a9550efed41c5a2709a4f56d768b441ce4 (patch) | |
tree | ff8034b8af3334626014e1bd4f61062551a587ba /include/sfx2 | |
parent | 98929ce4e8e161febd8fcc0a0a53e607c6681483 (diff) |
Fix other typos
Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896
Diffstat (limited to 'include/sfx2')
-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 ceaea4eec35a..a122dd8d226b 100644 --- a/include/sfx2/thumbnailview.hxx +++ b/include/sfx2/thumbnailview.hxx @@ -80,7 +80,7 @@ namespace drawinglayer { -------------------------------------------------------------------------- The number of columns must be either set with SetColCount() or - SetItemWidth(). If the number of colums is specified by SetColCount() + SetItemWidth(). If the number of columns is specified by SetColCount() the width of the items will be calculated by the visible range. If the items should have a static width, it has to be specified with SetItemWidth(). In this case the number of columns will be calculated |