diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-12-29 23:40:36 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-08 11:03:57 +0100 |
commit | a01a5bd9bce5c7ac9c2954e9f35f57a5bbcff77a (patch) | |
tree | 7e481bd88e1f562e195595cfa0ccb95dbaba1dc0 /sw/source/uibase/ribbar/dselect.cxx | |
parent | 055dd53e00c28b8d635228a07667c78218910436 (diff) |
tdf#42949 Fix IWYU warnings in sw/source/uibase/[i-t]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I53139566ff41c8ee748945b39cd70b66fed8dc97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85973
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/uibase/ribbar/dselect.cxx')
-rw-r--r-- | sw/source/uibase/ribbar/dselect.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/ribbar/dselect.cxx b/sw/source/uibase/ribbar/dselect.cxx index c06b134c38bb..a70583fda5dc 100644 --- a/sw/source/uibase/ribbar/dselect.cxx +++ b/sw/source/uibase/ribbar/dselect.cxx @@ -19,7 +19,6 @@ #include <sfx2/bindings.hxx> #include <sfx2/viewfrm.hxx> -#include <svx/svxids.hrc> #include <view.hxx> #include <edtwin.hxx> #include <wrtsh.hxx> |