diff options
author | Pallavi Jadhav <pallavi.jadhav@synerzip.com> | 2014-05-12 15:33:08 +0530 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-16 11:03:37 +0200 |
commit | a05e5016287fdf06378e8b854a40db32d2da7204 (patch) | |
tree | fd573899ef06f4f5828c9accbf5b0a0eabf2a704 /sd/util | |
parent | 5a9399a62873dae10e6486e8a6764b163283c0e1 (diff) |
fdo#78432 : DOCX: File gets corrupt after RoundTrip
Issue :
- In RT in document.xml, value of Absolute Position Offset
<wp:posOffset> was going out of bounds.
- <wp:posOffset> is of type Int(32-bits), hence it's value
should not cross the MAX and MIN limits of Int.
Implementation :
- Added check for <wp:posOffset> should not cross
Maximum/Minimum limit of Int.
- Written Export Unit test case.
Reviewed on:
https://gerrit.libreoffice.org/9328
Change-Id: I22e75d7e603ebbf6a49e764fb1a3e6a4d2fd8b23
Diffstat (limited to 'sd/util')
0 files changed, 0 insertions, 0 deletions