possible textrun patch


Subject: possible textrun patch
From: Mike Nordell (tamlin@algonet.se)
Date: Mon May 22 2000 - 11:02:00 CDT


Would the following be correct?

--- fp_TextRun.cpp Thu May 18 11:01:12 2000
+++ \AbiWord\abi\src\text\fmt\xp\fp_TextRun.cpp Mon May 22 14:23:34 2000
@@ -350,6 +350,10 @@
  {
   pos = m_pBL->getPosition() + m_iOffsetFirst + m_iLen;
 
+ // TODO Is this assumption, if we're at or over the right edge
+ // bEOL == UT_TRUE, correct?!
+ bEOL = UT_TRUE;
+
   UT_ASSERT(bEOL == UT_TRUE || bEOL == UT_FALSE);
   UT_ASSERT(bBOL == UT_TRUE || bBOL == UT_FALSE);
 

/Mike



This archive was generated by hypermail 2b25 : Mon May 22 2000 - 11:37:58 CDT