Commit 5c8a35c9b8ff0187bd2089f7d5140be71ae9f610
1 parent
c5273ef2
oleform: added ref to MS-OFORMS
Showing
1 changed file
with
3 additions
and
0 deletions
oletools/oleform.py
| 1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python |
| 2 | 2 | ||
| 3 | +# REFERENCES: | ||
| 4 | +# - MS-OFORMS: https://msdn.microsoft.com/en-us/library/office/cc313125%28v=office.12%29.aspx?f=255&MSPPError=-2147217396 | ||
| 5 | + | ||
| 3 | # CHANGELOG: | 6 | # CHANGELOG: |
| 4 | # 2018-02-19 v0.53 PL: - fixed issue #260, removed long integer literals | 7 | # 2018-02-19 v0.53 PL: - fixed issue #260, removed long integer literals |
| 5 | 8 |