diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2021-12-14 10:26:14 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-12-15 15:08:10 +0100 |
commit | b24064f2b75bf2d868564a4ac680d37751a92db4 (patch) | |
tree | 2ecba6f3a82c3934096efc218f42c1ab2a2a3643 /sw | |
parent | 86ac9eb59a6d058cc868ca2b05117375d6ea88f4 (diff) |
Recheck include/[a-d]* with IWYU
See tdf#42949 for motivation
Change-Id: I42475b8e75951d5dcae2fe6b0ad0bca64441e7f5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126837
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/notxtfrm.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/draw/dflyobj.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/graphic/ndgrf.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/docvw/AnnotationWin2.cxx | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/core/doc/notxtfrm.cxx b/sw/source/core/doc/notxtfrm.cxx index c6659bf4dfdb..390aa6ecdbda 100644 --- a/sw/source/core/doc/notxtfrm.cxx +++ b/sw/source/core/doc/notxtfrm.cxx @@ -72,6 +72,7 @@ #include <drawinglayer/primitive2d/maskprimitive2d.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> #include <drawinglayer/primitive2d/objectinfoprimitive2d.hxx> +#include <osl/diagnose.h> // MM02 needed for VOC mechanism and getting the OC - may be moved to an own file #include <svx/sdrpagewindow.hxx> diff --git a/sw/source/core/draw/dflyobj.cxx b/sw/source/core/draw/dflyobj.cxx index f5d8b88ca36d..5e945db1bd3e 100644 --- a/sw/source/core/draw/dflyobj.cxx +++ b/sw/source/core/draw/dflyobj.cxx @@ -19,6 +19,7 @@ #include <hintids.hxx> #include <comphelper/lok.hxx> +#include <osl/diagnose.h> #include <tools/mapunit.hxx> #include <svx/svdhdl.hxx> #include <svx/svdtrans.hxx> diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx index 7bf8c3c69f89..04d609d80a50 100644 --- a/sw/source/core/graphic/ndgrf.cxx +++ b/sw/source/core/graphic/ndgrf.cxx @@ -49,6 +49,7 @@ #include <rtl/ustring.hxx> #include <o3tl/deleter.hxx> +#include <osl/diagnose.h> #include <retrieveinputstreamconsumer.hxx> #include <drawinglayer/processor2d/objectinfoextractor2d.hxx> #include <drawinglayer/primitive2d/objectinfoprimitive2d.hxx> diff --git a/sw/source/uibase/docvw/AnnotationWin2.cxx b/sw/source/uibase/docvw/AnnotationWin2.cxx index 913430ed9822..c10d205d3848 100644 --- a/sw/source/uibase/docvw/AnnotationWin2.cxx +++ b/sw/source/uibase/docvw/AnnotationWin2.cxx @@ -73,6 +73,7 @@ #include <drawinglayer/processor2d/baseprocessor2d.hxx> #include <drawinglayer/processor2d/processorfromoutputdevice.hxx> +#include <osl/diagnose.h> #include <unotools/localedatawrapper.hxx> #include <unotools/syslocale.hxx> #include <memory> |