bug 11629 Empty lines with 72pt font size are set back to 12pt

From: Martin Sevior <msevior_at_gmail.com>
Date: Wed May 28 2008 - 13:37:10 CEST

Hi Tomas,
              Bug 11629
http://bugzilla.abisource.com/show_bug.cgi?id=11629

Blank lines get set to 12 point height on saving to abiword is caused
by a commit you made to ie_exp_AbiWord_1.cpp
way back in August 2004

from line 1017
#if 0
                // fmt marks are temporary placeholders for props and
                // attributes and should not be saved
                if(m_bOpenChar)
                        _closeTag();
                _openTag("c","",false,pcr->getIndexAP(),0);
                _closeTag();
#endif

Do you remember why you #if 0'd out this code? If I change this back
to #if 1, bug 11629 is fixed.

We don;t need to export FmtMarks if they're followed by content, but
we do if the pargraph is empty.

Cheers

Martin
Received on Wed May 28 13:39:38 2008

This archive was generated by hypermail 2.1.8 : Wed May 28 2008 - 13:39:38 CEST