diff options
author | umeshkadam <umesh.kadam@synerzip.com> | 2014-02-07 17:27:49 +0530 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-02-13 09:55:36 +0100 |
commit | 9d5005a70cc42ee9f45104cc32aa099d0c3d6630 (patch) | |
tree | b73dba609fa7d0e13e16a5ff1f1886826f28830b /store | |
parent | 8f8bc0dcf3bc253ae49159d52db049767f476ced (diff) |
FDO#74430: File Corruption due to repetition of docPr Id
Issue :
- If there is a scenario where a chart is followed by a shape
(may it be in the footer or on a different page )
which is being exported as an alternate content then, the
docPr Id is being repeated, ECMA 20.4.2.5 says that the
docPr Id should be unique.
- Two different variables were been used as counters for the
docPr Id, hence there were repitions in the docPr Id.
Implementation :
- ensured that a single counter is used to track the docPr Id.
Conflicts:
chart2/qa/extras/chart2export.cxx
Reviewed on:
https://gerrit.libreoffice.org/7916
Change-Id: I1c105be184d045ef058423f03259eb8c634fcbbe
Diffstat (limited to 'store')
0 files changed, 0 insertions, 0 deletions