Typos and whitespace fixes
This commit is contained in:
@@ -438,7 +438,7 @@ void PropertyFileIncluded::Restore(Base::XMLReader &reader)
|
||||
if (reader.hasAttribute("file")) {
|
||||
string file (reader.getAttribute("file") );
|
||||
if (!file.empty()) {
|
||||
// initate a file read
|
||||
// initiate a file read
|
||||
reader.addFile(file.c_str(),this);
|
||||
// is in the document transient path
|
||||
aboutToSetValue();
|
||||
|
||||
Reference in New Issue
Block a user