summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-11-23 23:03:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-12-06 20:25:51 +0100
commit19f9a7e298ed32e653cc3062b7a332e56ecee24d (patch)
tree38e8e4dcabc334e2baf48cdce6076f577a0eed3a /editeng
parentc2bd06120b932bf3757f19bdf8c8d9ee8a31f557 (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 'editeng')
-rw-r--r--editeng/source/items/itemtype.cxx3
-rw-r--r--editeng/source/items/paraitem.cxx1
2 files changed, 4 insertions, 0 deletions
diff --git a/editeng/source/items/itemtype.cxx b/editeng/source/items/itemtype.cxx
index 39126f065f1d..6019ddc220c8 100644
--- a/editeng/source/items/itemtype.cxx
+++ b/editeng/source/items/itemtype.cxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <sal/config.h>
+
+#include <osl/diagnose.h>
#include <vcl/outdev.hxx>
#include <editeng/editrids.hrc>
#include <unotools/intlwrapper.hxx>
diff --git a/editeng/source/items/paraitem.cxx b/editeng/source/items/paraitem.cxx
index b9a314be946a..e6689d434b57 100644
--- a/editeng/source/items/paraitem.cxx
+++ b/editeng/source/items/paraitem.cxx
@@ -23,6 +23,7 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/extract.hxx>
+#include <osl/diagnose.h>
#include <unotools/syslocale.hxx>
#include <comphelper/types.hxx>
#include <tools/mapunit.hxx>