summaryrefslogtreecommitdiff
path: root/svx/source/dialog/charmap.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/dialog/charmap.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/dialog/charmap.cxx')
-rw-r--r--svx/source/dialog/charmap.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index 403d748a231e..b2e5b4159d56 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -22,9 +22,7 @@
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/virdev.hxx>
-#include <svtools/colorcfg.hxx>
-#include <rtl/textenc.h>
#include <svx/ucsubset.hxx>
@@ -32,19 +30,16 @@
#include <svx/charmap.hxx>
#include <svx/dialmgr.hxx>
-#include <svx/svxdlg.hxx>
#include <charmapacc.hxx>
#include <uiobject.hxx>
-#include <com/sun/star/accessibility/AccessibleEventObject.hpp>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
#include <com/sun/star/datatransfer/clipboard/XFlushableClipboard.hpp>
#include <com/sun/star/datatransfer/clipboard/SystemClipboard.hpp>
#include <officecfg/Office/Common.hxx>
#include <comphelper/processfactory.hxx>
-#include <svl/itemset.hxx>
#include <unicode/uchar.h>
#include <vcl/textview.hxx>
#include <rtl/ustrbuf.hxx>