From 677d606021304158c9faedf5353cf5c2fd92d3de Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 17 Dec 2017 07:17:21 +0100 Subject: Fix typos Change-Id: Ifcbf431291cc77ffc33cc1cbcc493181ffc9943d Reviewed-on: https://gerrit.libreoffice.org/46634 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- svtools/source/contnr/fileview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools') diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx index 09fd07e91bde..5793de1110c5 100644 --- a/svtools/source/contnr/fileview.cxx +++ b/svtools/source/contnr/fileview.cxx @@ -97,7 +97,7 @@ using ::svt::FolderDescriptor; #define COLUMN_DATE 4 #define ROW_HEIGHT 17 // the height of a row has to be a little higher than the bitmap -#define QUICK_SEARCH_TIMEOUT 1500 // time in mSec before the quicksearch string will be reseted +#define QUICK_SEARCH_TIMEOUT 1500 // time in mSec before the quicksearch string will be reset enum class FileViewFlags { -- cgit