--- gr_Graphics.cpp.orig 2005-03-25 11:29:02.000000000 +0000 +++ gr_Graphics.cpp 2005-03-25 11:29:12.000000000 +0000 @@ -1118,7 +1118,7 @@ c[1] = ri.m_pText->getChar(); // Check for end of document. if (c[1] == UT_IT_ERROR) - return true; + return false; return getApp()->getEncodingManager()->canBreakBetween(c); }