https://bugs.documentfoundation.org/show_bug.cgi?id=117587

Mike Kaganski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |difficultyInteresting,
                   |                            |easyHack

--- Comment #7 from Mike Kaganski <[email protected]> ---
Code pointer: the implementation of the preview is in SvxNumberingPreview [1].
It should take additional argument in its constructor, for the locale to use;
or maybe a separate setter function for that. Then, the call sites (e.g.,
functions of SvxNumOptionsTabPage and SvxNumPositionTabPage) must pass that
information, as needed.

In Writer's Outline settings (SwOutlineSettingsTabPage, SwNumPositionTabPage),
it is implemented using NumberingPreview [2]. This should be modified, too.

[1]
https://opengrok.libreoffice.org/xref/core/include/svx/numberingpreview.hxx?r=a830a34d#16
[2]
https://opengrok.libreoffice.org/xref/core/sw/source/uibase/inc/numprevw.hxx?r=bc209dd6#28

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to