Refactoring

This commit is contained in:
Kirill Polyakov
2020-08-17 15:10:35 +03:00
parent 434dca8930
commit 08850a0410
10 changed files with 489 additions and 297 deletions

View File

@ -30,7 +30,7 @@ int main(int argc, char *argv[])
oEpub.SetTempDirectory(sTmp);
oEpub.Convert(sFileName, sOutputDirectory + L"\\" + sFile + L".docx");
oEpub.ShowMap();
// oEpub.ShowMap();
}
else
std::wcout << sFileName << L" this is not an epub format!" << std::endl;