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/sidebar | |
parent | 056bb6f4f09147f0a3097cb2377cdeb441349d07 (diff) |
Include <xmloff/autolayout.hxx> only where used
Change-Id: Ia2964442a202690ddea9b9f2e976757846cec319
Diffstat (limited to 'sd/source/ui/sidebar')
-rw-r--r-- | sd/source/ui/sidebar/DocumentHelper.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/sidebar/LayoutMenu.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/sidebar/LayoutMenu.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/sidebar/MasterPageContainer.cxx | 2 |
4 files changed, 5 insertions, 0 deletions
diff --git a/sd/source/ui/sidebar/DocumentHelper.cxx b/sd/source/ui/sidebar/DocumentHelper.cxx index 1bfdd73d165b..67d4b12698ee 100644 --- a/sd/source/ui/sidebar/DocumentHelper.cxx +++ b/sd/source/ui/sidebar/DocumentHelper.cxx @@ -36,6 +36,7 @@ #include "stlpool.hxx" #include <svx/xfillit0.hxx> #include <tools/diagnose_ex.h> +#include <xmloff/autolayout.hxx> using namespace ::com::sun::star; diff --git a/sd/source/ui/sidebar/LayoutMenu.cxx b/sd/source/ui/sidebar/LayoutMenu.cxx index a208af3c457e..f074e06c858f 100644 --- a/sd/source/ui/sidebar/LayoutMenu.cxx +++ b/sd/source/ui/sidebar/LayoutMenu.cxx @@ -48,6 +48,7 @@ #include <svl/languageoptions.hxx> #include <vcl/image.hxx> #include <vcl/floatwin.hxx> +#include <xmloff/autolayout.hxx> #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/drawing/framework/XControllerManager.hpp> diff --git a/sd/source/ui/sidebar/LayoutMenu.hxx b/sd/source/ui/sidebar/LayoutMenu.hxx index ef168ed55579..10ff2674f138 100644 --- a/sd/source/ui/sidebar/LayoutMenu.hxx +++ b/sd/source/ui/sidebar/LayoutMenu.hxx @@ -33,6 +33,7 @@ #include <svtools/valueset.hxx> #include <svtools/transfer.hxx> #include <sfx2/shell.hxx> +#include <xmloff/autolayout.hxx> #include <com/sun/star/ui/XSidebar.hpp> diff --git a/sd/source/ui/sidebar/MasterPageContainer.cxx b/sd/source/ui/sidebar/MasterPageContainer.cxx index 02044642581c..5226ed4b4b48 100644 --- a/sd/source/ui/sidebar/MasterPageContainer.cxx +++ b/sd/source/ui/sidebar/MasterPageContainer.cxx @@ -53,6 +53,8 @@ #include "pres.hxx" #include <osl/mutex.hxx> #include <osl/getglobalmutex.hxx> +#include <xmloff/autolayout.hxx> + #include <memory> using namespace ::com::sun::star; |