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
cee61e7a
Commit
cee61e7a
authored
Feb 02, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x2t version up
parent
48185ed4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
ASCOfficeDocFile/DocDocxConverter/OfficeDrawing/MetafilePictBlip.h
...DocFile/DocDocxConverter/OfficeDrawing/MetafilePictBlip.h
+0
-4
ASCOfficeRtfFile/RtfFormatLib/source/Reader/OOXShapeReader.cpp
...ficeRtfFile/RtfFormatLib/source/Reader/OOXShapeReader.cpp
+3
-0
X2tConverter/build/Qt/X2tConverter.pri
X2tConverter/build/Qt/X2tConverter.pri
+1
-1
No files found.
ASCOfficeDocFile/DocDocxConverter/OfficeDrawing/MetafilePictBlip.h
View file @
cee61e7a
...
...
@@ -250,10 +250,6 @@ public:
{
pFile
->
WriteFile
((
BYTE
*
)
m_pMetaHeader
,
m_lMetaHeaderSize
);
}
if
(
NULL
!=
m_pMetaFile
)
{
pFile
->
WriteFile
((
BYTE
*
)
m_pMetaFile
,
m_lMetaFileSize
);
}
}
};
...
...
ASCOfficeRtfFile/RtfFormatLib/source/Reader/OOXShapeReader.cpp
View file @
cee61e7a
...
...
@@ -36,6 +36,9 @@
#include <boost/algorithm/string.hpp>
#ifndef RGB
#define RGB(r,g,b) ((_UINT32)(((BYTE)(r)|((_UINT16)((BYTE)(g))<<8))|(((_UINT32)(BYTE)(b))<<16)))
#endif
bool
ParseStyle
(
RtfShape
*
pShape
,
SimpleTypes
::
Vml
::
CCssProperty
*
prop
)
{
if
(
pShape
==
NULL
)
return
false
;
...
...
X2tConverter/build/Qt/X2tConverter.pri
View file @
cee61e7a
...
...
@@ -7,7 +7,7 @@
QT -= core
QT -= gui
VERSION = 2.0.3.43
2
VERSION = 2.0.3.43
4
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