https://issues.apache.org/ooo/show_bug.cgi?id=121282
Priority: P3
Bug ID: 121282
Assignee: [email protected]
Summary: nRowSpan has type sal_Int32, not long
Severity: normal
Issue Type: DEFECT
Classification: Application
OS: All
Reporter: [email protected]
Hardware: All
Status: CONFIRMED
Version: AOO350-dev
Component: code
Product: word processor
Using OpenGrok to check the definition of nRowSpan we find it defined in
sw/source/filter/inc/wrtswtbl.hxx, and other places as sal_Int32.
However, in file main/sw/source/filter/ww8/wrtww8.cxx, for the header of
lcl_TCFlags() around line 1920 we see it is declared as a long.
This is likely to have negative effects, especially on 64 bit platforms.
--
You are receiving this mail because:
You are the assignee for the bug.