Improve UUID handling of documents

This commit is contained in:
wmayer
2013-05-04 18:05:39 +02:00
parent 946bd02df4
commit cb03da1d5c
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;
}