diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-11 11:23:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-11 15:45:36 +0100 |
commit | 696689c1da7dd8097a2322548572a0fe44b17c28 (patch) | |
tree | 14f8544a44bf30eb2a0bd4b63196d28b2d90752c /sw/source/ui/fmtui | |
parent | e21c3bec9de9d0a9b03aef330e48dcf5070ba73b (diff) |
num->number and bul->bullet in sw/
make some symbols easier to read
Change-Id: Icb5ea48dce1bcf4ae17e57e8f4c7bec3acd33f82
Reviewed-on: https://gerrit.libreoffice.org/84924
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/ui/fmtui')
-rw-r--r-- | sw/source/ui/fmtui/tmpdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx index 41f8d0948d6e..65d7f278ff12 100644 --- a/sw/source/ui/fmtui/tmpdlg.cxx +++ b/sw/source/ui/fmtui/tmpdlg.cxx @@ -270,7 +270,7 @@ void SwTemplateDlgController::PageCreated(const OString& rId, SfxTabPage &rPage // set style's and metric's names OUString sNumCharFormat, sBulletCharFormat; SwStyleNameMapper::FillUIName( RES_POOLCHR_NUM_LEVEL, sNumCharFormat); - SwStyleNameMapper::FillUIName( RES_POOLCHR_BUL_LEVEL, sBulletCharFormat); + SwStyleNameMapper::FillUIName( RES_POOLCHR_BULLET_LEVEL, sBulletCharFormat); SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool())); if (rId == "font") |