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
4c4e0cca
Commit
4c4e0cca
authored
Sep 20, 2016
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
9447c725
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
ASCOfficeXlsFile2/source/XlsFormat/Logic/Biff_records/BookBool.cpp
...XlsFile2/source/XlsFormat/Logic/Biff_records/BookBool.cpp
+1
-1
ASCOfficeXlsFile2/source/XlsFormat/Logic/Biff_structures/BitMarkedStructs.h
...source/XlsFormat/Logic/Biff_structures/BitMarkedStructs.h
+1
-0
No files found.
ASCOfficeXlsFile2/source/XlsFormat/Logic/Biff_records/BookBool.cpp
View file @
4c4e0cca
...
...
@@ -108,7 +108,7 @@ void BookBool::readFields(CFRecord& record)
break
;
default:
// EXCEPT::RT::WrongBiffRecord("Unsupported value of grUpdateLinks.", record.getTypeString());
break
;
}
fHideBorderUnselLists
=
GETBIT
(
flags
,
8
);
...
...
ASCOfficeXlsFile2/source/XlsFormat/Logic/Biff_structures/BitMarkedStructs.h
View file @
4c4e0cca
...
...
@@ -186,6 +186,7 @@ struct BErr : public BiffStructure_NoVtbl
return
L"#N/A"
;
default:
// EXCEPT::RT::WrongBiffRecord("Unsupported type of BErr.", "unknown");
break
;
}
}
};
...
...
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