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
f624f731
Commit
f624f731
authored
Sep 12, 2017
by
Alexey.Musinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for build
parent
c9476890
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
720 additions
and
490 deletions
+720
-490
X2tConverter/src/ASCConverters_ios.cpp
X2tConverter/src/ASCConverters_ios.cpp
+719
-490
X2tConverter/test/iosTest/TestIOSX2tConverter/ViewController.m
...nverter/test/iosTest/TestIOSX2tConverter/ViewController.m
+1
-0
No files found.
X2tConverter/src/ASCConverters_ios.cpp
View file @
f624f731
This diff is collapsed.
Click to expand it.
X2tConverter/test/iosTest/TestIOSX2tConverter/ViewController.m
View file @
f624f731
...
@@ -114,6 +114,7 @@
...
@@ -114,6 +114,7 @@
X2tConverter
*
conv
=
[[
X2tConverter
alloc
]
init
];
X2tConverter
*
conv
=
[[
X2tConverter
alloc
]
init
];
conv
.
password
=
@"555"
;
conv
.
password
=
@"555"
;
conv
.
isNoBase64
=
YES
;
if
((
int
)
AVS_FILEUTILS_ERROR_CONVERT_PASSWORD
==
[
conv
sdk_xlsx2xlst_bin
:
fullFileName
nsTo
:
fullFileNameTo
nsTemp
:
tempDir
nsFontPath
:
fontsPath
])
{
if
((
int
)
AVS_FILEUTILS_ERROR_CONVERT_PASSWORD
==
[
conv
sdk_xlsx2xlst_bin
:
fullFileName
nsTo
:
fullFileNameTo
nsTemp
:
tempDir
nsFontPath
:
fontsPath
])
{
NSLog
(
@"Error password : %@"
,
conv
.
password
);
NSLog
(
@"Error password : %@"
,
conv
.
password
);
}
}
...
...
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