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 /include | |
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 'include')
-rw-r--r-- | include/sfx2/fcontnr.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/sfxbasemodel.hxx | 1 | ||||
-rw-r--r-- | include/svx/charmap.hxx | 3 | ||||
-rw-r--r-- | include/vcl/outdev.hxx | 4 | ||||
-rw-r--r-- | include/vcl/print.hxx | 1 | ||||
-rw-r--r-- | include/vcl/textview.hxx | 1 | ||||
-rw-r--r-- | include/vcl/vclmedit.hxx | 1 |
7 files changed, 10 insertions, 2 deletions
diff --git a/include/sfx2/fcontnr.hxx b/include/sfx2/fcontnr.hxx index 6a53a36d06ea..a08f014eea61 100644 --- a/include/sfx2/fcontnr.hxx +++ b/include/sfx2/fcontnr.hxx @@ -34,6 +34,7 @@ #include <memory> namespace vcl { class Window; } +class ErrCode; class SfxFilter; class SfxObjectFactory; class SfxMedium; diff --git a/include/sfx2/sfxbasemodel.hxx b/include/sfx2/sfxbasemodel.hxx index 5c88f54d5fb3..e383a3de0dd0 100644 --- a/include/sfx2/sfxbasemodel.hxx +++ b/include/sfx2/sfxbasemodel.hxx @@ -87,6 +87,7 @@ #include <memory> +class ErrCode; class SfxMedium; class SfxPrinter; class SfxViewShell; diff --git a/include/svx/charmap.hxx b/include/svx/charmap.hxx index bee07bbad2aa..2cb8702ca5ba 100644 --- a/include/svx/charmap.hxx +++ b/include/svx/charmap.hxx @@ -19,6 +19,9 @@ #ifndef INCLUDED_SVX_CHARMAP_HXX #define INCLUDED_SVX_CHARMAP_HXX +#include <sal/config.h> + +#include <deque> #include <map> #include <memory> diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index e5d496a29e97..51d296fa8da0 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -21,11 +21,12 @@ #define INCLUDED_VCL_OUTDEV_HXX #include <tools/gen.hxx> +#include <tools/ref.hxx> #include <tools/solar.h> #include <tools/color.hxx> #include <tools/poly.hxx> #include <o3tl/typed_flags_set.hxx> - +#include <vcl/bitmap.hxx> #include <vcl/cairo.hxx> #include <vcl/devicecoordinate.hxx> #include <vcl/dllapi.h> @@ -33,7 +34,6 @@ #include <vcl/region.hxx> #include <vcl/mapmod.hxx> #include <vcl/wall.hxx> -#include <vcl/metaact.hxx> #include <vcl/metaactiontypes.hxx> #include <vcl/salnativewidgets.hxx> #include <vcl/outdevstate.hxx> diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx index e25eaa5dd044..94e8ea377d27 100644 --- a/include/vcl/print.hxx +++ b/include/vcl/print.hxx @@ -32,6 +32,7 @@ #include <tools/multisel.hxx> #include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/view/PrintableState.hpp> #include <memory> diff --git a/include/vcl/textview.hxx b/include/vcl/textview.hxx index c0cb1de16b96..ad16d8486913 100644 --- a/include/vcl/textview.hxx +++ b/include/vcl/textview.hxx @@ -22,6 +22,7 @@ #include <tools/gen.hxx> #include <tools/lineend.hxx> +#include <tools/stream.hxx> #include <vcl/dllapi.h> #include <vcl/dndhelp.hxx> #include <vcl/textdata.hxx> diff --git a/include/vcl/vclmedit.hxx b/include/vcl/vclmedit.hxx index c494cdff3420..03f0b5667968 100644 --- a/include/vcl/vclmedit.hxx +++ b/include/vcl/vclmedit.hxx @@ -24,6 +24,7 @@ #include <tools/wintypes.hxx> #include <vcl/edit.hxx> #include <vcl/dllapi.h> +#include <vcl/timer.hxx> class ImpVclMEdit; class Timer; |