/branches/Version14x/Scribus/scribus/plugins/fileloader/scribus134format/scribus134format.cpp |
---|
863,6 → 863,7 |
} |
if (pg.tagName()=="HYPHEN") |
{ |
m_Doc->createHyphenator(); |
QDomNode hyelm = pg.firstChild(); |
while (!hyelm.isNull()) |
{ |
/branches/Version14x/Scribus/scribus/scribusdoc.cpp |
---|
641,7 → 641,7 |
void ScribusDoc::createHyphenator() |
{ |
if (docHyphenator) |
delete docHyphenator; |
return; |
docHyphenator = new Hyphenator(m_ScMW, this); |
Q_CHECK_PTR(docHyphenator); |
} |