+ Keep trailing digits when loading project file
This commit is contained in:
@@ -370,6 +370,11 @@ const char* Base::XMLReader::getName(const char* name) const
|
||||
return name;
|
||||
}
|
||||
|
||||
bool Base::XMLReader::doNameMapping() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// Base::XMLReader: Implementation of the SAX DocumentHandler interface
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
@@ -161,6 +161,7 @@ public:
|
||||
bool isRegistered(Base::Persistence *Object) const;
|
||||
virtual void addName(const char*, const char*);
|
||||
virtual const char* getName(const char*) const;
|
||||
virtual bool doNameMapping() const;
|
||||
//@}
|
||||
|
||||
/// Schema Version of the document
|
||||
|
||||
Reference in New Issue
Block a user