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 /sd | |
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 'sd')
-rw-r--r-- | sd/source/core/CustomAnimationPreset.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/presenter/PresenterPreviewCache.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/core/CustomAnimationPreset.cxx b/sd/source/core/CustomAnimationPreset.cxx index 3754479cb46d..84c6413e17c7 100644 --- a/sd/source/core/CustomAnimationPreset.cxx +++ b/sd/source/core/CustomAnimationPreset.cxx @@ -31,6 +31,7 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/presentation/EffectPresetClass.hpp> #include <com/sun/star/beans/NamedValue.hpp> +#include <osl/diagnose.h> #include <unotools/streamwrap.hxx> #include <comphelper/getexpandeduri.hxx> #include <comphelper/processfactory.hxx> diff --git a/sd/source/ui/presenter/PresenterPreviewCache.cxx b/sd/source/ui/presenter/PresenterPreviewCache.cxx index 6695c87274df..1b6b166038e6 100644 --- a/sd/source/ui/presenter/PresenterPreviewCache.cxx +++ b/sd/source/ui/presenter/PresenterPreviewCache.cxx @@ -22,6 +22,7 @@ #include <cache/SlsCacheContext.hxx> #include <tools/IdleDetection.hxx> +#include <vcl/bitmapex.hxx> #include <sdpage.hxx> #include <cppcanvas/vclfactory.hxx> #include <com/sun/star/drawing/XDrawPage.hpp> |