0000827: Sketch copy deletes all constraints

This commit is contained in:
wmayer
2012-11-20 13:16:15 +01:00
parent 94b0102dc7
commit cf499792e6
6 changed files with 67 additions and 77 deletions

View File

@@ -360,6 +360,15 @@ bool Base::XMLReader::isRegistered(Base::Persistence *Object) const
return false;
}
void Base::XMLReader::addName(const char*, const char*)
{
}
const char* Base::XMLReader::getName(const char* name) const
{
return name;
}
// ---------------------------------------------------------------------------
// Base::XMLReader: Implementation of the SAX DocumentHandler interface
// ---------------------------------------------------------------------------