diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-10 10:37:53 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-10 14:18:04 +0200 |
commit | 0c234a60ae31c2404dfec9d09cc79a1a5c4558fd (patch) | |
tree | d6139e8b035e9fc5f5f36bbfb9d0e0bc7c859b9f /svtools | |
parent | b86ab7eb8b14b877c93be23bfc944e629e080573 (diff) |
Fix typos
Change-Id: I79f87f033eeb67d1750bb595d311d74ef3db6ce9
Reviewed-on: https://gerrit.libreoffice.org/78795
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
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 4c979935d108..52f07527687c 100644 --- a/svtools/source/contnr/fileview.cxx +++ b/svtools/source/contnr/fileview.cxx @@ -1729,7 +1729,7 @@ static bool gbAscending = true; static sal_Int16 gnColumn = COLUMN_TITLE; static const CollatorWrapper* pCollatorWrapper = nullptr; -/* this function returns true, if aOne is less then aTwo +/* this function returns true, if aOne is less than aTwo */ static bool CompareSortingData_Impl( std::unique_ptr<SortingData_Impl> const & aOne, std::unique_ptr<SortingData_Impl> const & aTwo ) { |