diff options
author | Rajashri <rajashri.udhoji@synerzip.com> | 2014-04-04 09:00:27 +0530 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-04-11 12:30:45 +0000 |
commit | 07f90c89ef78484a422ca4536ba587217147e80a (patch) | |
tree | 7a6255a5c961858641130687f2e1e799b991b206 /bin | |
parent | 11545b91d539b5c354c1423755be2a3809794bb6 (diff) |
fdo#76635 : Table borders not preserved after RT
The document containing a custom table is getting crashed.
In the document the user has created his own costume table styles and
in the created custom table style the user has set repeat first row as header property.
The corresponding tag for this property is 'tblHeader'
LO was adding this property as a part of cellProperties in DomainMapperTableHandler.cxx.
But it is a part of a Row Property. That is why there was a crash @ open.
In DomainMapperTableHandler.cxx : 'endTableGetCellProperties' tblHeader property is removed from
style as it is not allowed for a cell.
Change-Id: I83cd369aa4497ec3f4b567174f23ddee9be2864e
Reviewed-on: https://gerrit.libreoffice.org/8848
Tested-by: David Tardon <dtardon@redhat.com>
Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions