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
3e023d20
Commit
3e023d20
authored
Sep 28, 2016
by
konovalovsergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Writers::FileWriter new argument
parent
7887f3e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ASCOfficeTxtFile/TxtXmlFormatLib/Source/TxtXmlFile.cpp
ASCOfficeTxtFile/TxtXmlFormatLib/Source/TxtXmlFile.cpp
+1
-1
No files found.
ASCOfficeTxtFile/TxtXmlFormatLib/Source/TxtXmlFile.cpp
View file @
3e023d20
...
...
@@ -112,7 +112,7 @@ HRESULT CTxtXmlFile::txt_LoadFromFile(const std::wstring & sSrcFileName, const s
//As Text
Writers
::
FileWriter
*
pDocxWriter
=
new
Writers
::
FileWriter
(
std_string2string
(
sDstPath
),
_T
(
""
),
1
,
false
,
NULL
,
_T
(
""
));
Writers
::
FileWriter
*
pDocxWriter
=
new
Writers
::
FileWriter
(
std_string2string
(
sDstPath
),
_T
(
""
),
true
,
1
,
false
,
NULL
,
_T
(
""
));
if
(
pDocxWriter
==
NULL
)
return
S_FALSE
;
CreateDocxEmpty
(
std_string2string
(
sDstPath
),
pDocxWriter
);
...
...
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