diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-02-20 20:00:31 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-02-20 22:00:31 +0200 |
commit | 6a7749cf33354010a279948807029eb322c8f113 (patch) | |
tree | 5d03f0b7dff51cf4712865de3e954a8495c0b3b3 /sd/inc | |
parent | 056bb6f4f09147f0a3097cb2377cdeb441349d07 (diff) |
Include <xmloff/autolayout.hxx> only where used
Change-Id: Ia2964442a202690ddea9b9f2e976757846cec319
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/pres.hxx | 2 | ||||
-rw-r--r-- | sd/inc/sdpage.hxx | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sd/inc/pres.hxx b/sd/inc/pres.hxx index 242091979850..d5b29c3cb04d 100644 --- a/sd/inc/pres.hxx +++ b/sd/inc/pres.hxx @@ -19,8 +19,6 @@ #ifndef INCLUDED_SD_INC_PRES_HXX #define INCLUDED_SD_INC_PRES_HXX -#include <xmloff/autolayout.hxx> - enum PresObjKind { PRESOBJ_NONE = 0, diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index cbed1fcdb8db..6b5c15655434 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -30,6 +30,7 @@ #include <vector> #include <svx/svdobj.hxx> #include <svx/fmpage.hxx> +#include <xmloff/autolayout.hxx> #include "fadedef.h" #include "diadef.h" #include "pres.hxx" |