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 /framework | |
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 'framework')
-rw-r--r-- | framework/source/dispatch/interceptionhelper.cxx | 2 | ||||
-rw-r--r-- | framework/source/uiconfiguration/imagemanagerimpl.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/dispatch/interceptionhelper.cxx b/framework/source/dispatch/interceptionhelper.cxx index 2d80df72f0b0..8e478f2dc101 100644 --- a/framework/source/dispatch/interceptionhelper.cxx +++ b/framework/source/dispatch/interceptionhelper.cxx @@ -20,7 +20,7 @@ #include <dispatch/interceptionhelper.hxx> #include <com/sun/star/frame/XInterceptorInfo.hpp> - +#include <osl/diagnose.h> #include <vcl/svapp.hxx> namespace framework{ diff --git a/framework/source/uiconfiguration/imagemanagerimpl.cxx b/framework/source/uiconfiguration/imagemanagerimpl.cxx index ded9db11ee2e..763af8aa13e6 100644 --- a/framework/source/uiconfiguration/imagemanagerimpl.cxx +++ b/framework/source/uiconfiguration/imagemanagerimpl.cxx @@ -37,7 +37,7 @@ #include <com/sun/star/io/IOException.hpp> #include <com/sun/star/io/XStream.hpp> #include <com/sun/star/ui/ImageType.hpp> - +#include <vcl/graph.hxx> #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> #include <o3tl/enumrange.hxx> |