summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-01-12 01:40:03 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-17 10:01:04 +0100
commita0d8600bbcc2fd108b1f44ca735a921bc8b4b577 (patch)
tree05aa6933aba37defe11990d1d4e27997ead60b9d /svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
parentfb032d58c71fc2d5c199b24b669a69ce119fff80 (diff)
tdf#42949 Fix IWYU warnings in svx/source/[a-e]*/*cxx and svx/qa/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I68110cdc5cff99a3bc15184c04ae309412511f9c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86633 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShapeFontWork.cxx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeFontWork.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
index cf0be984808f..7cdafddd4929 100644
--- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
@@ -20,10 +20,8 @@
#include "EnhancedCustomShapeFontWork.hxx"
#include <svl/itemset.hxx>
#include <svx/svddef.hxx>
-#include <svx/svdogrp.hxx>
#include <svx/svdopath.hxx>
#include <vcl/metric.hxx>
-#include <svx/svdpage.hxx>
#include <svx/sdasitm.hxx>
#include <svx/sdtfsitm.hxx>
#include <vcl/virdev.hxx>
@@ -35,16 +33,11 @@
#include <editeng/wghtitem.hxx>
#include <editeng/fhgtitem.hxx>
#include <editeng/charscaleitem.hxx>
-#include <svx/EnhancedCustomShapeTypeNames.hxx>
-#include <svx/svdorect.hxx>
#include <svx/svdoashp.hxx>
#include <svx/sdshitm.hxx>
-#include <editeng/outliner.hxx>
#include <editeng/outlobj.hxx>
#include <editeng/editobj.hxx>
-#include <editeng/editeng.hxx>
#include <o3tl/numeric.hxx>
-#include <svx/svdmodel.hxx>
#include <vector>
#include <numeric>
#include <algorithm>
@@ -53,8 +46,6 @@
#include <com/sun/star/i18n/BreakIterator.hpp>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <com/sun/star/i18n/CharacterIteratorMode.hpp>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <sal/log.hxx>