diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/export-tests-ooxml1.cxx | 1 | ||||
-rw-r--r-- | sd/qa/unit/import-tests.cxx | 1 | ||||
-rw-r--r-- | sd/qa/unit/tiledrendering/tiledrendering.cxx | 2 | ||||
-rw-r--r-- | sd/source/filter/html/htmlex.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drtxtob.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drtxtob1.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drviews2.cxx | 1 |
7 files changed, 8 insertions, 0 deletions
diff --git a/sd/qa/unit/export-tests-ooxml1.cxx b/sd/qa/unit/export-tests-ooxml1.cxx index 7161b327e98b..bf1c6b422354 100644 --- a/sd/qa/unit/export-tests-ooxml1.cxx +++ b/sd/qa/unit/export-tests-ooxml1.cxx @@ -10,6 +10,7 @@ #include "sdmodeltestbase.hxx" #include <Outliner.hxx> #include <svl/stritem.hxx> +#include <editeng/eeitem.hxx> #include <editeng/editobj.hxx> #include <editeng/outlobj.hxx> #include <editeng/ulspitem.hxx> diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index 578746844ddc..0e4ccf9a8d4e 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -14,6 +14,7 @@ #include "sdmodeltestbase.hxx" #include <svl/stritem.hxx> +#include <editeng/eeitem.hxx> #include <editeng/editobj.hxx> #include <editeng/outlobj.hxx> #include <editeng/ulspitem.hxx> diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx index 34e5b16f2e80..2c177c199675 100644 --- a/sd/qa/unit/tiledrendering/tiledrendering.cxx +++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx @@ -20,6 +20,7 @@ #include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <comphelper/string.hxx> +#include <editeng/eeitem.hxx> #include <editeng/editids.hrc> #include <editeng/editobj.hxx> #include <editeng/editview.hxx> @@ -49,6 +50,7 @@ #include <DrawViewShell.hxx> #include <pres.hxx> #include <navigatr.hxx> +#include <vcl/cursor.hxx> #include <vcl/scheduler.hxx> #include <vcl/vclevent.hxx> diff --git a/sd/source/filter/html/htmlex.cxx b/sd/source/filter/html/htmlex.cxx index d5ac11f330b6..301eca27213c 100644 --- a/sd/source/filter/html/htmlex.cxx +++ b/sd/source/filter/html/htmlex.cxx @@ -37,6 +37,7 @@ #include <vcl/imaprect.hxx> #include <vcl/imapcirc.hxx> #include <vcl/imappoly.hxx> +#include <editeng/eeitem.hxx> #include <editeng/outlobj.hxx> #include <editeng/editobj.hxx> #include <svx/svdopath.hxx> diff --git a/sd/source/ui/view/drtxtob.cxx b/sd/source/ui/view/drtxtob.cxx index b4430486834d..8e6751e59df3 100644 --- a/sd/source/ui/view/drtxtob.cxx +++ b/sd/source/ui/view/drtxtob.cxx @@ -23,6 +23,7 @@ #include <svx/svxids.hrc> #include <i18nlangtag/mslangid.hxx> +#include <editeng/eeitem.hxx> #include <editeng/ulspitem.hxx> #include <editeng/lspcitem.hxx> #include <editeng/adjustitem.hxx> diff --git a/sd/source/ui/view/drtxtob1.cxx b/sd/source/ui/view/drtxtob1.cxx index 2cdd86ad58a2..4bcac2adf563 100644 --- a/sd/source/ui/view/drtxtob1.cxx +++ b/sd/source/ui/view/drtxtob1.cxx @@ -21,6 +21,7 @@ #include <svx/svxids.hrc> +#include <editeng/eeitem.hxx> #include <editeng/editview.hxx> #include <editeng/editeng.hxx> #include <editeng/unolingu.hxx> diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx index 699c2d356d1e..eb90f8cb3298 100644 --- a/sd/source/ui/view/drviews2.cxx +++ b/sd/source/ui/view/drviews2.cxx @@ -33,6 +33,7 @@ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/scanner/XScannerManager2.hpp> +#include <com/sun/star/document/XDocumentProperties.hpp> #include <comphelper/processfactory.hxx> #include <comphelper/scopeguard.hxx> |