office-gobmx/svgio
Caolán McNamara 1fe8479e5b tdf#119557 style hierarchy isn't stable so looping check fails falsely
Given the css stuff a given style can end up with itself as a grandparent but
then the css mutates things so it doesn't loop around to give itself as a
grandgrandparent.

So undo the loop detection check and turn it into a parse depth test
instead with an arbitrary, but high, level

Change-Id: If28684ad2b2adc664bc2da6b176b93248b377162
Reviewed-on: https://gerrit.libreoffice.org/59813
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-08-31 09:27:10 +02:00
..
inc tdf#119557 style hierarchy isn't stable so looping check fails falsely 2018-08-31 09:27:10 +02:00
qa/cppunit
source tdf#119557 style hierarchy isn't stable so looping check fails falsely 2018-08-31 09:27:10 +02:00
CppunitTest_svgio.mk
Library_svgio.mk
Makefile
Module_svgio.mk
README
svgio.component

It contains svgio/source/svgreader which is used for "Insert->Picture->From File".