summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlexp.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-02 09:14:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-02 12:26:24 +0100
commit5962dbf15d99b54d33f7e6589a23b8bca4359168 (patch)
tree44129e9452ab5004def9257aecfbc4c41e1c566e /sw/source/filter/xml/xmlexp.cxx
parent4e9aa386556f49358a1cef5c5f6b9b26d2e9e1b8 (diff)
speedup sw build a little
from 11m46 to 11m21 Used ClangBuildAnalyzer to find headers that took a long time to parse (in total, across all modules). (*) moved the boost stuff out of sw/inc/docary into a new header. (*) make sw/inc/ndtxt no longer include doc.hxx Change-Id: Ia1d4ebddb4ddd4ec4ffbc011f4a5e24a42b46d3f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89808 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/xml/xmlexp.cxx')
-rw-r--r--sw/source/filter/xml/xmlexp.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/xml/xmlexp.cxx b/sw/source/filter/xml/xmlexp.cxx
index 4a8be86cea70..86892a84dc00 100644
--- a/sw/source/filter/xml/xmlexp.cxx
+++ b/sw/source/filter/xml/xmlexp.cxx
@@ -52,6 +52,7 @@
#include "xmlexpit.hxx"
#include <comphelper/processfactory.hxx>
#include <docary.hxx>
+#include <frameformats.hxx>
#include <comphelper/servicehelper.hxx>
#include <vcl/svapp.hxx>
#include <IDocumentSettingAccess.hxx>