Correct error in word.
--HG-- branch : develop
This commit is contained in:
parent
8acb3f7578
commit
8d4d5623ca
|
@ -378,7 +378,7 @@ void VDomDocument::setContent(const QString &fileName)
|
|||
{
|
||||
file.close();
|
||||
VException e(errorMsg);
|
||||
e.AddMoreInformation(tr("Parcing error in line %1 column %2").arg(errorLine).arg(errorColumn));
|
||||
e.AddMoreInformation(tr("Parsing error in line %1 column %2").arg(errorLine).arg(errorColumn));
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -675,7 +675,7 @@ void VPattern::LiteParseTree()
|
|||
try
|
||||
{
|
||||
emit SetEnabledGUI(true);
|
||||
ParceCurrentPP();
|
||||
ParseCurrentPP();
|
||||
//Parse(Document::LiteParse);
|
||||
}
|
||||
catch (const VExceptionUndo &e)
|
||||
|
@ -1477,7 +1477,7 @@ void VPattern::SplinesCommonAttributes(const QDomElement &domElement, quint32 &i
|
|||
}
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
void VPattern::ParceCurrentPP()
|
||||
void VPattern::ParseCurrentPP()
|
||||
{
|
||||
QDomElement domElement;
|
||||
if (GetActivDrawElement(domElement))
|
||||
|
|
|
@ -214,7 +214,7 @@ private:
|
|||
quint32 &idTool);
|
||||
template <typename T>
|
||||
QRectF ToolBoundingRect(const QRectF &rec, const quint32 &id) const;
|
||||
void ParceCurrentPP();
|
||||
void ParseCurrentPP();
|
||||
};
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user