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
3bdf44b8
Commit
3bdf44b8
authored
Sep 29, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/hotfix/v5.0.1' into develop
parents
eb6fb03c
d5866980
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ASCOfficeOdfFile/formulasconvert/formulasconvert_odf.cpp
ASCOfficeOdfFile/formulasconvert/formulasconvert_odf.cpp
+1
-1
ASCOfficeOdfFile/src/docx/xlsx_pivots_context.cpp
ASCOfficeOdfFile/src/docx/xlsx_pivots_context.cpp
+1
-1
X2tConverter/build/Qt/X2tConverter.pri
X2tConverter/build/Qt/X2tConverter.pri
+1
-1
No files found.
ASCOfficeOdfFile/formulasconvert/formulasconvert_odf.cpp
View file @
3bdf44b8
...
...
@@ -480,7 +480,7 @@ namespace formulasconvert {
else
{
size_t
sz_workstr
=
workstr
.
length
();
if
(
workstr
.
substr
(
0
,
min
(
3
,
sz_workstr
))
==
L"of:"
)
//sample_02neu_crashes.ods
if
(
workstr
.
substr
(
0
,
std
::
min
((
size_t
)
3
,
sz_workstr
))
==
L"of:"
)
//sample_02neu_crashes.ods
workstr
=
workstr
.
substr
(
3
);
}
...
...
ASCOfficeOdfFile/src/docx/xlsx_pivots_context.cpp
View file @
3bdf44b8
...
...
@@ -38,7 +38,7 @@
#include <cpdoccore/xml/simple_xml_writer.h>
#include"../../Common/DocxFormat/Source/XML/Utils.h"
#include"../../Common/DocxFormat/Source/
base/t
ypes_32.h"
#include"../../Common/DocxFormat/Source/
Base/T
ypes_32.h"
#include <map>
...
...
X2tConverter/build/Qt/X2tConverter.pri
View file @
3bdf44b8
...
...
@@ -7,7 +7,7 @@
QT -= core
QT -= gui
VERSION = 2.4.48
1
.0
VERSION = 2.4.48
2
.0
DEFINES += INTVER=$$VERSION
TARGET = x2t
...
...
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