From bee45c6eefea8085c01071d85ae129bb4db1431a Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 8 Oct 2006 15:57:11 +0000 Subject: [PATCH] SVN_SILENT tab -> spaces svn path=/trunk/playground/graphics/okular/; revision=593650 --- core/textpage.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/textpage.cpp b/core/textpage.cpp index 1e6772765..cc63b9b78 100644 --- a/core/textpage.cpp +++ b/core/textpage.cpp @@ -347,8 +347,8 @@ QString TextPage::getText(const RegularAreaRect *area) const QString ret = ""; QList::ConstIterator it,end = m_words.end(); TextEntity * last=0; - for( it=m_words.begin() ; it != end; ++it ) - { + for ( it = m_words.begin(); it != end; ++it ) + { // provide the string FIXME?: newline handling if (area->intersects((*it)->area)) { @@ -356,7 +356,7 @@ QString TextPage::getText(const RegularAreaRect *area) const ret += (*it)->txt; last=*it; } - } + } return ret; } - +