From 4709cd82c7fa31eac7bbc9f1991968891080c5f8 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 1 May 2019 22:12:48 +0200 Subject: tdf#62699 Drop pass-through header file include/svx/svdattr.hxx Change-Id: I04289589196ac69b31f75989d9252c79d03c890f Reviewed-on: https://gerrit.libreoffice.org/71633 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- svx/source/svdraw/svdotextdecomposition.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'svx/source/svdraw/svdotextdecomposition.cxx') diff --git a/svx/source/svdraw/svdotextdecomposition.cxx b/svx/source/svdraw/svdotextdecomposition.cxx index f6bb31c5b8fe..17ddb0f2689f 100644 --- a/svx/source/svdraw/svdotextdecomposition.cxx +++ b/svx/source/svdraw/svdotextdecomposition.cxx @@ -25,6 +25,10 @@ #include #include #include +#include +#include +#include +#include #include #include #include -- cgit