summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2021-12-22 17:14:40 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2021-12-24 01:44:48 +0100
commitfbe169fa17adb832704ada89ae6d889ad31ae502 (patch)
treed9b893f700d7907615c9d5b69b4079932de97461 /include/xmloff
parent1609bb6ab5e34fc8fff67240e3c49dde93f2d2d7 (diff)
Recheck include/[s-x]* with IWYU
See tdf#42949 for motivation Change-Id: Iaebddd648c52c175da17d2a55a1e8de82c213f4d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127330 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/DashStyle.hxx1
-rw-r--r--include/xmloff/GradientStyle.hxx1
-rw-r--r--include/xmloff/HatchStyle.hxx1
-rw-r--r--include/xmloff/ImageStyle.hxx1
-rw-r--r--include/xmloff/MarkerStyle.hxx1
-rw-r--r--include/xmloff/families.hxx2
-rw-r--r--include/xmloff/odffields.hxx2
7 files changed, 4 insertions, 5 deletions
diff --git a/include/xmloff/DashStyle.hxx b/include/xmloff/DashStyle.hxx
index 38cda5c426f0..da31f66c0af9 100644
--- a/include/xmloff/DashStyle.hxx
+++ b/include/xmloff/DashStyle.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_XMLOFF_DASHSTYLE_HXX
#define INCLUDED_XMLOFF_DASHSTYLE_HXX
-#include <config_options.h>
#include <rtl/ustring.hxx>
#include <xmloff/dllapi.h>
diff --git a/include/xmloff/GradientStyle.hxx b/include/xmloff/GradientStyle.hxx
index 9ac9427994cb..8c4c4c686cd3 100644
--- a/include/xmloff/GradientStyle.hxx
+++ b/include/xmloff/GradientStyle.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_XMLOFF_GRADIENTSTYLE_HXX
#define INCLUDED_XMLOFF_GRADIENTSTYLE_HXX
-#include <config_options.h>
#include <sal/config.h>
#include <xmloff/dllapi.h>
#include <rtl/ustring.hxx>
diff --git a/include/xmloff/HatchStyle.hxx b/include/xmloff/HatchStyle.hxx
index 85ec02ac488d..76e9ae621aa1 100644
--- a/include/xmloff/HatchStyle.hxx
+++ b/include/xmloff/HatchStyle.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_XMLOFF_HATCHSTYLE_HXX
#define INCLUDED_XMLOFF_HATCHSTYLE_HXX
-#include <config_options.h>
#include <sal/config.h>
#include <xmloff/dllapi.h>
#include <rtl/ustring.hxx>
diff --git a/include/xmloff/ImageStyle.hxx b/include/xmloff/ImageStyle.hxx
index add8482d1ce2..15b1a845a005 100644
--- a/include/xmloff/ImageStyle.hxx
+++ b/include/xmloff/ImageStyle.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_XMLOFF_IMAGESTYLE_HXX
#define INCLUDED_XMLOFF_IMAGESTYLE_HXX
-#include <config_options.h>
#include <sal/config.h>
#include <xmloff/dllapi.h>
#include <rtl/ustring.hxx>
diff --git a/include/xmloff/MarkerStyle.hxx b/include/xmloff/MarkerStyle.hxx
index 70e58cad83b9..33b39a6bd199 100644
--- a/include/xmloff/MarkerStyle.hxx
+++ b/include/xmloff/MarkerStyle.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_XMLOFF_MARKERSTYLE_HXX
#define INCLUDED_XMLOFF_MARKERSTYLE_HXX
-#include <config_options.h>
#include <sal/config.h>
#include <xmloff/dllapi.h>
#include <rtl/ustring.hxx>
diff --git a/include/xmloff/families.hxx b/include/xmloff/families.hxx
index 05e355a3ce7d..bc2e315c036a 100644
--- a/include/xmloff/families.hxx
+++ b/include/xmloff/families.hxx
@@ -19,6 +19,8 @@
#ifndef INCLUDED_XMLOFF_FAMILIES_HXX
#define INCLUDED_XMLOFF_FAMILIES_HXX
+#include <rtl/ustring.hxx>
+
/** These defines determine the unique ids for XML style-families
used in the SvXMLAutoStylePoolP.
*/
diff --git a/include/xmloff/odffields.hxx b/include/xmloff/odffields.hxx
index 8a0b103ba9b8..8dd75e038189 100644
--- a/include/xmloff/odffields.hxx
+++ b/include/xmloff/odffields.hxx
@@ -20,6 +20,8 @@
#ifndef INCLUDED_XMLOFF_ODFFIELDS_HXX
#define INCLUDED_XMLOFF_ODFFIELDS_HXX
+#include <rtl/ustring.hxx>
+
inline constexpr OUStringLiteral ODF_FORMTEXT = u"vnd.oasis.opendocument.field.FORMTEXT";
#define ODF_FORMFIELD_DEFAULT_LENGTH 5