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/source/ui/inc | |
parent | 056bb6f4f09147f0a3097cb2377cdeb441349d07 (diff) |
Include <xmloff/autolayout.hxx> only where used
Change-Id: Ia2964442a202690ddea9b9f2e976757846cec319
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r-- | sd/source/ui/inc/unmodpg.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/unprlout.hxx | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sd/source/ui/inc/unmodpg.hxx b/sd/source/ui/inc/unmodpg.hxx index 664740675319..c70fa07584ff 100644 --- a/sd/source/ui/inc/unmodpg.hxx +++ b/sd/source/ui/inc/unmodpg.hxx @@ -20,6 +20,8 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_UNMODPG_HXX #define INCLUDED_SD_SOURCE_UI_INC_UNMODPG_HXX +#include <xmloff/autolayout.hxx> + #include "sdundo.hxx" #include "pres.hxx" diff --git a/sd/source/ui/inc/unprlout.hxx b/sd/source/ui/inc/unprlout.hxx index 21c158f9394c..db19cf5bfc86 100644 --- a/sd/source/ui/inc/unprlout.hxx +++ b/sd/source/ui/inc/unprlout.hxx @@ -20,6 +20,8 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_UNPRLOUT_HXX #define INCLUDED_SD_SOURCE_UI_INC_UNPRLOUT_HXX +#include <xmloff/autolayout.hxx> + #include "sdundo.hxx" #include "pres.hxx" |