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
eb0d03f7
Commit
eb0d03f7
authored
Aug 22, 2016
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
XlsFormat - fix dib-picture on linux
parent
1826c98a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
ASCOfficeXlsFile2/source/XlsXlsxConverter/XlsConverter.cpp
ASCOfficeXlsFile2/source/XlsXlsxConverter/XlsConverter.cpp
+5
-5
X2tConverter/build/Qt/X2tConverter.pro
X2tConverter/build/Qt/X2tConverter.pro
+1
-1
No files found.
ASCOfficeXlsFile2/source/XlsXlsxConverter/XlsConverter.cpp
View file @
eb0d03f7
...
...
@@ -109,11 +109,11 @@
}
BITMAPINFOHEADER
;
typedef
struct
tagBITMAPCOREHEADER
{
DWORD
bcSize
;
/* used to get to color table */
WORD
bcWidth
;
WORD
bcHeight
;
WORD
bcPlanes
;
WORD
bcBitCount
;
_UINT32
bcSize
;
/* used to get to color table */
_UINT16
bcWidth
;
_UINT16
bcHeight
;
_UINT16
bcPlanes
;
_UINT16
bcBitCount
;
}
BITMAPCOREHEADER
;
#endif
...
...
X2tConverter/build/Qt/X2tConverter.pro
View file @
eb0d03f7
...
...
@@ -7,7 +7,7 @@
QT
-=
core
QT
-=
gui
VERSION
=
2.0
.
2.38
4
VERSION
=
2.0
.
2.38
5
DEFINES
+=
INTVER
=
$$
VERSION
TEMPLATE
=
app
...
...
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