diff options
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" |