Subversion Repositories Scribus

Compare Revisions

Ignore whitespace Rev 18886 → Rev 18887

/trunk/Scribus/scribus/plugins/import/odg/importodg.cpp
2519,7 → 2519,7
if (actStyle.textStrikeThrough.valid)
tmpOStyle.textStrikeThrough = actStyle.textStrikeThrough.value != "none";
if (actStyle.textShadow.valid)
tmpOStyle.textShadow = true;
tmpOStyle.textShadow = actStyle.textShadow.value != "none";
if (actStyle.lineHeight.valid)
{
if (actStyle.lineHeight.value == "normal")