From 62668cdb2c31d81061fd505a551982014e50f5ed Mon Sep 17 00:00:00 2001 From: Frederik Schwarzer Date: Thu, 25 Sep 2008 15:05:22 +0000 Subject: [PATCH] let me introduce: typo of the year "the the" mostly seen as "the the" -> "the" "the the" -> "to the" and in its best case "a the the" -> "" :) svn path=/trunk/KDE/kdegraphics/okular/; revision=864814 --- core/page.h | 2 +- core/textpage.h | 2 +- generators/chm/lib/libchmfile_search.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/page.h b/core/page.h index a3699335f..65abdad79 100644 --- a/core/page.h +++ b/core/page.h @@ -178,7 +178,7 @@ class OKULAR_EXPORT Page * @param caseSensitivity If Qt::CaseSensitive, the search is case sensitive; otherwise * the search is case insensitive. * @param lastRect If 0 (default) the search starts at the beginning of the page, otherwise - * right/below the coordinates of the the given rect. + * right/below the coordinates of the given rect. */ RegularAreaRect* findText( int id, const QString & text, SearchDirection direction, Qt::CaseSensitivity caseSensitivity, const RegularAreaRect * lastRect=0) const; diff --git a/core/textpage.h b/core/textpage.h index 61c59b7f1..f5494a434 100644 --- a/core/textpage.h +++ b/core/textpage.h @@ -125,7 +125,7 @@ class OKULAR_EXPORT TextPage * @param caseSensitivity If Qt::CaseSensitive, the search is case sensitive; otherwise * the search is case insensitive. * @param lastRect If 0 the search starts at the beginning of the page, otherwise - * right/below the coordinates of the the given rect. + * right/below the coordinates of the given rect. */ RegularAreaRect* findText( int id, const QString &text, SearchDirection direction, Qt::CaseSensitivity caseSensitivity, const RegularAreaRect *lastRect ); diff --git a/generators/chm/lib/libchmfile_search.cpp b/generators/chm/lib/libchmfile_search.cpp index fc51509fb..117234686 100644 --- a/generators/chm/lib/libchmfile_search.cpp +++ b/generators/chm/lib/libchmfile_search.cpp @@ -144,7 +144,7 @@ inline bool searchPhrase( LCHMFileImpl * impl, const QStringList & phrase, LCHMS for ( int p2 = 0; p2 < srchtmp.size(); p2++ ) { - // look up for words on the the same page + // look up for words on the same page if ( srchtmp[p2].urloff != phrasekeeper[p1].urloff ) continue;