summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-20 20:00:31 +0200
committerTor Lillqvist <tml@collabora.com>2017-02-20 22:00:31 +0200
commit6a7749cf33354010a279948807029eb322c8f113 (patch)
tree5d03f0b7dff51cf4712865de3e954a8495c0b3b3 /sd
parent056bb6f4f09147f0a3097cb2377cdeb441349d07 (diff)
Include <xmloff/autolayout.hxx> only where used
Change-Id: Ia2964442a202690ddea9b9f2e976757846cec319
Diffstat (limited to 'sd')
-rw-r--r--sd/inc/pres.hxx2
-rw-r--r--sd/inc/sdpage.hxx1
-rw-r--r--sd/source/core/drawdoc2.cxx1
-rw-r--r--sd/source/core/drawdoc3.cxx1
-rw-r--r--sd/source/core/sdpage.cxx1
-rw-r--r--sd/source/filter/ppt/pptin.cxx2
-rw-r--r--sd/source/ui/controller/slidelayoutcontroller.cxx2
-rw-r--r--sd/source/ui/dlg/PhotoAlbumDialog.cxx2
-rw-r--r--sd/source/ui/func/fuexpand.cxx1
-rw-r--r--sd/source/ui/func/fusumry.cxx1
-rw-r--r--sd/source/ui/inc/unmodpg.hxx2
-rw-r--r--sd/source/ui/inc/unprlout.hxx2
-rw-r--r--sd/source/ui/sidebar/DocumentHelper.cxx1
-rw-r--r--sd/source/ui/sidebar/LayoutMenu.cxx1
-rw-r--r--sd/source/ui/sidebar/LayoutMenu.hxx1
-rw-r--r--sd/source/ui/sidebar/MasterPageContainer.cxx2
-rw-r--r--sd/source/ui/unoidl/unomodel.cxx1
-rw-r--r--sd/source/ui/view/DocumentRenderer.cxx1
-rw-r--r--sd/source/ui/view/ViewShellImplementation.cxx2
-rw-r--r--sd/source/ui/view/viewshe3.cxx1
20 files changed, 26 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"
diff --git a/sd/source/core/drawdoc2.cxx b/sd/source/core/drawdoc2.cxx
index 8bdf71fde7c9..ab81cc4452ee 100644
--- a/sd/source/core/drawdoc2.cxx
+++ b/sd/source/core/drawdoc2.cxx
@@ -47,6 +47,7 @@
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <boost/property_tree/json_parser.hpp>
#include <comphelper/lok.hxx>
+#include <xmloff/autolayout.hxx>
#include "sdresid.hxx"
#include "drawdoc.hxx"
diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx
index fbfb5883c73c..08366034de74 100644
--- a/sd/source/core/drawdoc3.cxx
+++ b/sd/source/core/drawdoc3.cxx
@@ -39,6 +39,7 @@
#include <vcl/layout.hxx>
#include <vcl/msgbox.hxx>
#include <sot/formats.hxx>
+#include <xmloff/autolayout.hxx>
#include "glob.hrc"
#include "drawdoc.hxx"
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index 92c249437a73..950e4eb84888 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -55,6 +55,7 @@
#include <rtl/ustring.hxx>
#include <basegfx/tools/tools.hxx>
#include <o3tl/enumarray.hxx>
+#include <xmloff/autolayout.hxx>
#include "Outliner.hxx"
#include "app.hrc"
diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx
index 534e4635e55e..0f1e42a8f161 100644
--- a/sd/source/filter/ppt/pptin.cxx
+++ b/sd/source/filter/ppt/pptin.cxx
@@ -68,6 +68,8 @@
#include "propread.hxx"
#include <cusshow.hxx>
#include <vcl/bitmapaccess.hxx>
+#include <xmloff/autolayout.hxx>
+
#include "customshowlist.hxx"
#include "sddll.hxx"
diff --git a/sd/source/ui/controller/slidelayoutcontroller.cxx b/sd/source/ui/controller/slidelayoutcontroller.cxx
index 28e8bbfd568d..7d81e59bf210 100644
--- a/sd/source/ui/controller/slidelayoutcontroller.cxx
+++ b/sd/source/ui/controller/slidelayoutcontroller.cxx
@@ -40,6 +40,8 @@
#include <toolkit/helper/vclunohelper.hxx>
#include <comphelper/processfactory.hxx>
+#include <xmloff/autolayout.hxx>
+
#include "app.hrc"
#include "facreg.hxx"
#include "glob.hrc"
diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.cxx b/sd/source/ui/dlg/PhotoAlbumDialog.cxx
index a6a6bb466dc8..658c2fd971b3 100644
--- a/sd/source/ui/dlg/PhotoAlbumDialog.cxx
+++ b/sd/source/ui/dlg/PhotoAlbumDialog.cxx
@@ -29,6 +29,8 @@
#include <svx/unoshape.hxx>
#include <svx/xfltrit.hxx>
#include <svx/xfillit.hxx>
+#include <xmloff/autolayout.hxx>
+
#include "PhotoAlbumDialog.hxx"
#include "strings.hrc"
#include "sdresid.hxx"
diff --git a/sd/source/ui/func/fuexpand.cxx b/sd/source/ui/func/fuexpand.cxx
index 11e3eba04e1e..0feb4fd8cbb9 100644
--- a/sd/source/ui/func/fuexpand.cxx
+++ b/sd/source/ui/func/fuexpand.cxx
@@ -26,6 +26,7 @@
#include <sfx2/printer.hxx>
#include <editeng/outlobj.hxx>
#include <svx/svdetc.hxx>
+#include <xmloff/autolayout.hxx>
#include "app.hrc"
#include "strings.hrc"
diff --git a/sd/source/ui/func/fusumry.cxx b/sd/source/ui/func/fusumry.cxx
index 9dfef1a0dee0..8417c3c94ae6 100644
--- a/sd/source/ui/func/fusumry.cxx
+++ b/sd/source/ui/func/fusumry.cxx
@@ -23,6 +23,7 @@
#include <svx/svdundo.hxx>
#include <sfx2/printer.hxx>
#include <editeng/outlobj.hxx>
+#include <xmloff/autolayout.hxx>
#include "strings.hrc"
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"
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;
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx
index efd1b2dfd476..27ed31db6444 100644
--- a/sd/source/ui/unoidl/unomodel.cxx
+++ b/sd/source/ui/unoidl/unomodel.cxx
@@ -70,6 +70,7 @@
#include <editeng/eeitem.hxx>
#include <unotools/datetime.hxx>
#include <unotools/saveopt.hxx>
+#include <xmloff/autolayout.hxx>
// Support creation of GraphicObjectResolver and EmbeddedObjectResolver
#include <svx/xmleohlp.hxx>
diff --git a/sd/source/ui/view/DocumentRenderer.cxx b/sd/source/ui/view/DocumentRenderer.cxx
index 66504cb4f777..27077422358f 100644
--- a/sd/source/ui/view/DocumentRenderer.cxx
+++ b/sd/source/ui/view/DocumentRenderer.cxx
@@ -51,6 +51,7 @@
#include <unotools/localedatawrapper.hxx>
#include <vcl/msgbox.hxx>
#include <unotools/moduleoptions.hxx>
+#include <xmloff/autolayout.hxx>
#include <vector>
diff --git a/sd/source/ui/view/ViewShellImplementation.cxx b/sd/source/ui/view/ViewShellImplementation.cxx
index ac8e4a0a3133..582eb84d1f20 100644
--- a/sd/source/ui/view/ViewShellImplementation.cxx
+++ b/sd/source/ui/view/ViewShellImplementation.cxx
@@ -50,6 +50,8 @@
#include <svx/imapdlg.hxx>
#include <vcl/msgbox.hxx>
#include <basic/sbstar.hxx>
+#include <xmloff/autolayout.hxx>
+
#include "undo/undoobjects.hxx"
#include <com/sun/star/drawing/framework/XControllerManager.hpp>
diff --git a/sd/source/ui/view/viewshe3.cxx b/sd/source/ui/view/viewshe3.cxx
index 2f6c3c0aa381..85df9e38e0f3 100644
--- a/sd/source/ui/view/viewshe3.cxx
+++ b/sd/source/ui/view/viewshe3.cxx
@@ -78,6 +78,7 @@
#include <sfx2/templdlg.hxx>
#include <svl/aeitem.hxx>
#include <basic/sbstar.hxx>
+#include <xmloff/autolayout.hxx>
using namespace ::com::sun::star;