summaryrefslogtreecommitdiff
path: root/sw/inc/extinput.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2019-01-05 00:12:44 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-01-11 11:04:53 +0100
commit48ba605c546dcd223e45d7b5a8e71998f945cadf (patch)
treeaeadb5dfa48694bb4ef02d0de6970edb42c8950d /sw/inc/extinput.hxx
parentdad7a53f1106a6ecc344caa902b07726b8eb59ad (diff)
tdf#42949 Fix IWYU warnings in sw/inc/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. - Also fix .h / .hrc files - Remove a bit of duplication from the .yaml file Change-Id: I22145a79343497678e481d882544eb08e765312a Reviewed-on: https://gerrit.libreoffice.org/65878 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/inc/extinput.hxx')
-rw-r--r--sw/inc/extinput.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/extinput.hxx b/sw/inc/extinput.hxx
index 1fc6e757452c..ab06a6d8a01d 100644
--- a/sw/inc/extinput.hxx
+++ b/sw/inc/extinput.hxx
@@ -24,8 +24,6 @@
#include <vcl/commandevent.hxx>
#include <vector>
-class CommandExtTextInputData;
-
class SwExtTextInput : public SwPaM
{
std::vector<ExtTextInputAttr> aAttrs;