Revert "App: fix property ordering problem when undo/redo (#3255)"
This reverts commit 24d30636e4fb990fdbd67538360846ff09456dfc.
This commit is contained in:
@@ -267,10 +267,6 @@ std::string DocumentObject::getFullName() const {
|
||||
return name;
|
||||
}
|
||||
|
||||
App::Document *DocumentObject::getOwnerDocument() const {
|
||||
return _pDoc;
|
||||
}
|
||||
|
||||
const char *DocumentObject::getNameInDocument() const
|
||||
{
|
||||
// Note: It can happen that we query the internal name of an object even if it is not
|
||||
|
||||
Reference in New Issue
Block a user