This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/5743/

trunk/koffice/libs/kotext/styles/KoListLevelProperties.cpp (Diff revision 1)
void KoListLevelProperties::saveOdf(KoXmlWriter *writer) const
613
    if (d->stylesPrivate.contains(KoListStyle::BulletColor))
In many places the saving code has been rewritten to not use 'contains' anymore but instead check that the object that comes out is valid.  (i.e. QColor::isValid())

Maybe thats a strategy to follow for new code too? :)

- Thomas


On November 1st, 2010, 1:56 p.m., nandita suri wrote:

Review request for KOffice.
By nandita suri.

Updated 2010-11-01 13:56:21

Description

* style:text-properties and fo:color element are saved/written in saveOdf() of KoListLevelProperties.cpp 
This saves the color of the bullet back in open document format.

Diffs

  • trunk/koffice/libs/kotext/styles/KoListLevelProperties.cpp (1191936)

View Diff