+ consistent naming
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user