Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
ddb708eb
Commit
ddb708eb
authored
Nov 23, 2016
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x2t ...
parent
429c0a5a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
X2tConverter/build/Qt/X2tConverter.pri
X2tConverter/build/Qt/X2tConverter.pri
+1
-1
X2tConverter/src/ASCConverters.cpp
X2tConverter/src/ASCConverters.cpp
+2
-2
No files found.
X2tConverter/build/Qt/X2tConverter.pri
View file @
ddb708eb
...
...
@@ -7,7 +7,7 @@
QT -= core
QT -= gui
VERSION = 2.0.2.41
1
VERSION = 2.0.2.41
2
DEFINES += INTVER=$$VERSION
TARGET = x2t
...
...
X2tConverter/src/ASCConverters.cpp
View file @
ddb708eb
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment