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 /forms | |
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 'forms')
-rw-r--r-- | forms/source/component/clickableimage.cxx | 1 | ||||
-rw-r--r-- | forms/source/richtext/rtattributehandler.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/forms/source/component/clickableimage.cxx b/forms/source/component/clickableimage.cxx index fa3e46ae47bf..cb37115a4188 100644 --- a/forms/source/component/clickableimage.cxx +++ b/forms/source/component/clickableimage.cxx @@ -36,6 +36,7 @@ #include <com/sun/star/util/VetoException.hpp> #include <tools/urlobj.hxx> #include <tools/debug.hxx> +#include <vcl/graph.hxx> #include <vcl/svapp.hxx> #include <sfx2/docfile.hxx> #include <sfx2/objsh.hxx> diff --git a/forms/source/richtext/rtattributehandler.cxx b/forms/source/richtext/rtattributehandler.cxx index 84d3464e571c..41eb8247e0fa 100644 --- a/forms/source/richtext/rtattributehandler.cxx +++ b/forms/source/richtext/rtattributehandler.cxx @@ -19,6 +19,7 @@ #include "rtattributehandler.hxx" +#include <osl/diagnose.h> #include <svx/svxids.hrc> #include <editeng/eeitem.hxx> #include <svl/itemset.hxx> |