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
This commit is contained in:
Frederik Schwarzer 2008-09-25 15:05:22 +00:00
parent aacce91d6a
commit 62668cdb2c
3 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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 );

View file

@ -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;