[Libreoffice-bugs] [Bug 51793] EDITING: Bug in NumberRange field in Writer

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jul 7 15:06:19 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=51793

--- Comment #2 from Olivier Hallot <olivier.hallot at documentfoundation.org> 2012-07-07 06:06:19 PDT ---
Issue is located in 

/sw/source/ui/fldui/fldmgr.cxx in the following struct

struct SwFldPack
{
    sal_uInt16  nTypeId;

    sal_uInt16  nSubTypeStart;
    sal_uInt16  nSubTypeEnd;

    sal_uLong   nFmtBegin;
    sal_uLong   nFmtEnd;
};

where nSubTypeStart and nSubTypeEnd should be sal_uInt32.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list