Commit ddb708eb authored by ElenaSubbotina's avatar ElenaSubbotina

x2t ...

parent 429c0a5a
......@@ -7,7 +7,7 @@
QT -= core
QT -= gui
VERSION = 2.0.2.411
VERSION = 2.0.2.412
DEFINES += INTVER=$$VERSION
TARGET = x2t
......
......@@ -2596,7 +2596,7 @@ namespace NExtractTools
case TCD_PPT2PPTX:
{
result = ppt2pptx (sFileFrom, sFileTo, sTempDir, oInputParams);
}
}break;
case TCD_PPT2PPTT:
{
result = ppt2pptt (sFileFrom, sFileTo, sTempDir, oInputParams);
......@@ -2668,7 +2668,7 @@ namespace NExtractTools
case TCD_ODF2OOT_BIN:
{
result = odf2oot_bin (sFileFrom, sFileTo, sTempDir, oInputParams);
}
}break;
case TCD_DOCX2ODT:
{
result = docx2odt (sFileFrom, sFileTo, sTempDir, oInputParams);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment