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
212753f8
Commit
212753f8
authored
Sep 01, 2017
by
konovalovsergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dotm2docx_dir, xltm2xlsx_dir, potm2pptx_dir in params.xml
parent
903236d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
X2tConverter/src/ASCConverters.cpp
X2tConverter/src/ASCConverters.cpp
+3
-3
No files found.
X2tConverter/src/ASCConverters.cpp
View file @
212753f8
...
...
@@ -2865,7 +2865,7 @@ namespace NExtractTools
{
if
(
AVS_OFFICESTUDIO_FILE_DOCUMENT_DOCX
==
nFormatTo
||
AVS_OFFICESTUDIO_FILE_DOCUMENT_DOTX
==
nFormatTo
)
{
nRes
=
dotm2doc
m
_dir
(
sFrom
,
sDocxDir
,
params
);
nRes
=
dotm2doc
x
_dir
(
sFrom
,
sDocxDir
,
params
);
}
else
{
...
...
@@ -3065,7 +3065,7 @@ namespace NExtractTools
{
if
(
AVS_OFFICESTUDIO_FILE_SPREADSHEET_XLSX
==
nFormatTo
||
AVS_OFFICESTUDIO_FILE_SPREADSHEET_XLTX
==
nFormatTo
)
{
nRes
=
xltm2xls
m
_dir
(
sFrom
,
sXlsxDir
,
params
);
nRes
=
xltm2xls
x
_dir
(
sFrom
,
sXlsxDir
,
params
);
}
else
{
...
...
@@ -3226,7 +3226,7 @@ namespace NExtractTools
{
if
(
AVS_OFFICESTUDIO_FILE_PRESENTATION_PPTX
==
nFormatTo
||
AVS_OFFICESTUDIO_FILE_PRESENTATION_POTX
==
nFormatTo
)
{
nRes
=
potm2ppt
m
_dir
(
sFrom
,
sPptxDir
,
params
);
nRes
=
potm2ppt
x
_dir
(
sFrom
,
sPptxDir
,
params
);
}
else
{
...
...
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