diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-11-28 23:06:12 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-12-03 10:54:24 +0100 |
commit | dca8173738bd8cde289cb6406e0f261955b0dbb7 (patch) | |
tree | 730be01068d6df988cfbe72b60f8a0dd1878a183 /sfx2/source/doc/SfxRedactionHelper.cxx | |
parent | 29ea782d778239c7c8d97350e4a69efdbb77e19c (diff) |
tdf#42949 Fix IWYU warnings in sfx2/*/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I56e4b5a44143ea15660cfa293e156036952dfe8f
Reviewed-on: https://gerrit.libreoffice.org/84030
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sfx2/source/doc/SfxRedactionHelper.cxx')
-rw-r--r-- | sfx2/source/doc/SfxRedactionHelper.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/doc/SfxRedactionHelper.cxx b/sfx2/source/doc/SfxRedactionHelper.cxx index cdbc91f450af..575035773cc4 100644 --- a/sfx2/source/doc/SfxRedactionHelper.cxx +++ b/sfx2/source/doc/SfxRedactionHelper.cxx @@ -10,6 +10,7 @@ #include <SfxRedactionHelper.hxx> #include <autoredactdialog.hxx> +#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/drawing/LineStyle.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> |