diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-12-24 04:41:35 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2024-01-22 08:41:30 +0100 |
commit | f351faa3f71f3a1f6225b3d3c015b4d3a1373e38 (patch) | |
tree | 13471b0959b1ea1ad902bc1e0805a095fb6ce254 /xmloff/inc/txtfldi.hxx | |
parent | ca33b8b35a10243dc13e68c93e7c7512eef937ec (diff) |
tdf#146619 Recheck xmloff/*hxx with IWYU
Change-Id: I09676a038370ca76ad4d4ef54dae14fbd3bd287f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162319
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'xmloff/inc/txtfldi.hxx')
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index 3d56c547811e..4639ec43f38b 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -30,11 +30,10 @@ #include <com/sun/star/text/PageNumberType.hpp> #include <com/sun/star/util/DateTime.hpp> #include <xmloff/xmlictxt.hxx> +#include <xmloff/XMLEventsImportContext.hxx> #include <xmloff/txtimp.hxx> -#include <xmloff/xmltkmap.hxx> #include <rtl/ustrbuf.hxx> #include <vector> -#include "txtfld.hxx" namespace com::sun::star { namespace xml::sax { class XAttributeList; } |