remove NOP in editeng: HOLDDEPTH
commit4f48bdf758239b7928586c40d9072c65e4633009
authorJustin Luth <jluth@mail.com>
Wed, 27 Jul 2022 14:43:00 +0000 (27 10:43 -0400)
committerMiklos Vajna <vmiklos@collabora.com>
Mon, 1 Aug 2022 07:36:41 +0000 (1 09:36 +0200)
tree8841910cb925954516f67cd709557ed51f2c5219
parentf5882e84653a181744fa379996b76a65050beab4
remove NOP in editeng: HOLDDEPTH

The clause to get into this function already tells us that
HOLDDEPTH is offf. The functions called in here do not
turn it on, so there is no need to clear it at the end.

This looks unchanged since initial import.

I tested with an assert that the flags saved at the
beginning of the clause were identical to the
flags at the end, and ran a make check. No asserts.

Change-Id: I28bc8725062895d94f387fa0780a16e40b4efe5b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137541
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
editeng/source/outliner/outliner.cxx