summaryrefslogtreecommitdiffstats
path: root/sfx2/source/control/thumbnailview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control/thumbnailview.cxx')
-rw-r--r--sfx2/source/control/thumbnailview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/thumbnailview.cxx b/sfx2/source/control/thumbnailview.cxx
index b79d3b02d947..8bfdcf8c1edd 100644
--- a/sfx2/source/control/thumbnailview.cxx
+++ b/sfx2/source/control/thumbnailview.cxx
@@ -553,7 +553,7 @@ void ThumbnailView::KeyInput( const KeyEvent& rKEvt )
if ( bFoundLast )
{
//If we are in the second last row just go the one in
- //the row below, if theres not row below just go to the
+ //the row below, if there's not row below just go to the
//last item but for the last row don't do anything.
if ( nLastPos + mnCols < mFilteredItemList.size( ) )
{