sw: don't repaint all text frames on turning off a bullet for bullet numberings
commit46db5807b88547a7219db78f38932114ec483167
authorMiklos Vajna <vmiklos@collabora.com>
Fri, 29 Jan 2021 08:44:04 +0000 (29 09:44 +0100)
committerMiklos Vajna <vmiklos@collabora.com>
Fri, 29 Jan 2021 19:20:32 +0000 (29 20:20 +0100)
tree057c56b808edcc6e5a1c7d387629864496b2cc64
parentb7f26d40a8223ea02845b415a724f2a5d3e94022
sw: don't repaint all text frames on turning off a bullet for bullet numberings

This is similar to the text node deletion case, but here no text is
deleted, just a text node with bullet numbering is turned into one
without a numbering.

Again, it is not necessary to repaint all text frames of the numbering,
since the bullet char is the same for all nodes (unlike e.g. Arabic
numbering).

(cherry picked from commit ccabb67d77e2bcece42434f51cf6d84d393d567c)

Change-Id: Ieb071031ca5ce0421c4120c4c89089af6c811848
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110160
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
sw/qa/extras/tiledrendering/tiledrendering.cxx
sw/source/core/txtnode/ndtxt.cxx