diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-12-20 16:39:24 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-12-20 16:39:24 +0100 |
commit | b63571f510793376a334d346974d4d0d73b9a0ff (patch) | |
tree | 73f5bfeadb67c697cf8474381e021b9e23beb863 /svtools | |
parent | dc08157dff6d997b4e5b19c9496ddf54727ba26f (diff) |
Typos
Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/fileview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx index 019a832e4bb2..af2c3b92be5e 100644 --- a/svtools/source/contnr/fileview.cxx +++ b/svtools/source/contnr/fileview.cxx @@ -2065,7 +2065,7 @@ static bool gbAscending = true; static sal_Int16 gnColumn = COLUMN_TITLE; static const CollatorWrapper* pCollatorWrapper = NULL; -/* this functions returns true, if aOne is less then aTwo +/* this function returns true, if aOne is less then aTwo */ bool CompareSortingData_Impl( SortingData_Impl* const aOne, SortingData_Impl* const aTwo ) { |