diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-10-02 01:11:21 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-12-30 22:42:05 +0100 |
commit | ebae130b0978f48af555a1f19f56685d3b3414e8 (patch) | |
tree | 0045a897a6f05c5892dd9ac711ff714285adce87 /svx/source/xoutdev | |
parent | 819630ee52ae9e9249bb8e25ca8d97e9b3ce90de (diff) |
tdf#146619 Recheck svx/ with IWYU
Change-Id: I99650b50587294c20b1e92270e541140d9ec9cae
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161240
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'svx/source/xoutdev')
-rw-r--r-- | svx/source/xoutdev/xattr.cxx | 2 | ||||
-rw-r--r-- | svx/source/xoutdev/xtabgrdt.cxx | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx index 5f5c51655f3e..2404a59edb50 100644 --- a/svx/source/xoutdev/xattr.cxx +++ b/svx/source/xoutdev/xattr.cxx @@ -90,7 +90,7 @@ #include <unotools/syslocale.hxx> #include <string> -#include <boost/property_tree/json_parser.hpp> +#include <boost/property_tree/ptree.hpp> #include <libxml/xmlwriter.h> using namespace ::com::sun::star; diff --git a/svx/source/xoutdev/xtabgrdt.cxx b/svx/source/xoutdev/xtabgrdt.cxx index 40d881c19dae..11c985b461ad 100644 --- a/svx/source/xoutdev/xtabgrdt.cxx +++ b/svx/source/xoutdev/xtabgrdt.cxx @@ -35,7 +35,6 @@ #include <drawinglayer/processor2d/baseprocessor2d.hxx> #include <drawinglayer/processor2d/processor2dtools.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> -#include <basegfx/utils/gradienttools.hxx> #include <memory> using namespace com::sun::star; |