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

Eike Rathke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Eike Rathke <[email protected]> ---
Note: the hard coded strings in defaultnumberingprovider.cxx are programmatic
identifiers that are also used to store/load document content and must not be
changed.

Other places (i.e. cui/source/tabpages/page.cxx) that use these values and
present localized strings use the LB_NUMBER_FORMAT resource from
cui/source/tabpages/page.src that has an entry

    < "Native Numbering" ;                      12 /*NATIVE_NUMBERING

with 12 being the value of NumberingType::NATIVE_NUMBERING from
offapi/com/sun/star/style/NumberingType.idl

Recently there was also the new cui/uiconfig/ui/numberingoptionspage.ui widget
introduced that has the same list.

The Page Number Format list code should use one of these lists instead of the
programmatic identifiers, probably the one in cui's page.src would be easier to
access.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to