Files
libreoffice/editeng
Gabor Kelemen 807e075a61 tdf#42949 Replace property_tre/ptree.hpp with fw declaration header
Similarly to commit fb1b461208 replace
new instances of boost/property_tree/ptree.hpp with forward declaration
only header, as suggested by IWYU

This reduces includebloat from 28.5G to 22.6G and cold clean build time from

real	68m54,192s
user	947m28,508s

to

real	62m50,689s
user	861m33,131s

on my machine.

Change-Id: I5530f1b4b1a46d9159c752ad5af9a408215baf40
Reviewed-on: https://gerrit.libreoffice.org/84175
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-12-02 17:13:44 +01:00
..

Edit engine.

In OO.o build DEV300m72 this module was split off from svx but it
has no dependencies on [[svx]] (nor on [[sfx2]]) while in turn svx depends on editeng
Read more in the mailing list post:
[http://www.mail-archive.com/dev@openoffice.org/msg13237.html]