diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-11-23 23:03:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-12-06 20:25:51 +0100 |
commit | 19f9a7e298ed32e653cc3062b7a332e56ecee24d (patch) | |
tree | 38e8e4dcabc334e2baf48cdce6076f577a0eed3a /sw | |
parent | c2bd06120b932bf3757f19bdf8c8d9ee8a31f557 (diff) |
Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxx
...and fix the fallout
Change-Id: Ie514bd95d5a9f990a887566619031e9844c40b92
Reviewed-on: https://gerrit.libreoffice.org/45195
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/text/noteurl.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/html/parcss1.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8scan.hxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/core/text/noteurl.cxx b/sw/source/core/text/noteurl.cxx index 80ca8b10fbd9..982dba18ca96 100644 --- a/sw/source/core/text/noteurl.cxx +++ b/sw/source/core/text/noteurl.cxx @@ -20,6 +20,7 @@ #include <noteurl.hxx> #include <swtypes.hxx> +#include <osl/diagnose.h> #include <vcl/outdev.hxx> #include <svtools/imaprect.hxx> #include <svtools/imap.hxx> diff --git a/sw/source/filter/html/parcss1.cxx b/sw/source/filter/html/parcss1.cxx index 167df7045193..13c46fc0b5c1 100644 --- a/sw/source/filter/html/parcss1.cxx +++ b/sw/source/filter/html/parcss1.cxx @@ -19,6 +19,7 @@ #include <stdlib.h> #include <limits.h> +#include <osl/diagnose.h> #include <rtl/character.hxx> #include <rtl/ustrbuf.hxx> #include <vcl/svapp.hxx> diff --git a/sw/source/filter/ww8/ww8scan.hxx b/sw/source/filter/ww8/ww8scan.hxx index 4dbaaebc49e8..696ae22e651e 100644 --- a/sw/source/filter/ww8/ww8scan.hxx +++ b/sw/source/filter/ww8/ww8scan.hxx @@ -34,6 +34,7 @@ #include <osl/endian.h> #include <tools/solar.h> +#include <tools/stream.hxx> #include <rtl/ustring.hxx> #include "sortedarray.hxx" |