Improve UUID handling of documents

This commit is contained in:
wmayer
2013-05-04 18:05:39 +02:00
parent 3a591b3a94
commit 0c378f12dc
3 changed files with 37 additions and 48 deletions

View File

@@ -428,7 +428,6 @@ bool FileInfo::renameFile(const char* NewName)
#else
# error "FileInfo::renameFile() not implemented for this platform!"
#endif
setFile(NewName);
return res;
}