+ consistent naming

This commit is contained in:
wmayer
2016-04-13 11:37:09 +02:00
parent cbb9485afd
commit d604abdfc4
3 changed files with 4 additions and 4 deletions

View File

@@ -737,7 +737,7 @@ void PropertyLinkSubList::Restore(Base::XMLReader &reader)
std::string name = reader.getAttribute("obj");
// In order to do copy/paste it must be allowed to have defined some
// referenced objects in XML which do not exist anymore in the new
// document. Thus, we should silently ingore this.
// document. Thus, we should silently ignore this.
// Property not in an object!
DocumentObject* father = static_cast<DocumentObject*>(getContainer());
App::Document* document = father->getDocument();
@@ -757,7 +757,7 @@ void PropertyLinkSubList::Restore(Base::XMLReader &reader)
setValues(values,SubNames);
}
void PropertyLinkSubList::Restore_FromLinkSub(XMLReader &reader)
void PropertyLinkSubList::RestoreFromLinkSub(XMLReader &reader)
{
//Copy-paste from PropertyLinkSub::Restore()
// read my element