Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue with Word 2010. Add relative paths support
Word 2010 is only compitable with paths like "C:\xxx", not "C:/xxx". So you have to use QDir::toNativeSeparators to convert the path. The path for input/output files can be relative path now.
- Loading branch information