diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-05-01 22:12:48 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-05-10 09:14:59 +0200 |
commit | 4709cd82c7fa31eac7bbc9f1991968891080c5f8 (patch) | |
tree | 390750d73ef70bb51bfbc56331c8b1e24340a67a /basctl | |
parent | e16641769df8cb2631808acf43e0ee8bd31cb0f7 (diff) |
tdf#62699 Drop pass-through header file include/svx/svdattr.hxx
Change-Id: I04289589196ac69b31f75989d9252c79d03c890f
Reviewed-on: https://gerrit.libreoffice.org/71633
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/inc/pch/precompiled_basctl.hxx | 1 | ||||
-rw-r--r-- | basctl/source/accessibility/accessibledialogwindow.cxx | 1 | ||||
-rw-r--r-- | basctl/source/dlged/dlged.cxx | 1 | ||||
-rw-r--r-- | basctl/source/dlged/dlgedobj.cxx | 1 | ||||
-rw-r--r-- | basctl/source/dlged/propbrw.cxx | 1 | ||||
-rw-r--r-- | basctl/source/inc/dlgedobj.hxx | 2 |
6 files changed, 6 insertions, 1 deletions
diff --git a/basctl/inc/pch/precompiled_basctl.hxx b/basctl/inc/pch/precompiled_basctl.hxx index 9ce77774b9c5..4c72d261dc3e 100644 --- a/basctl/inc/pch/precompiled_basctl.hxx +++ b/basctl/inc/pch/precompiled_basctl.hxx @@ -405,7 +405,6 @@ #include <svx/sdynitm.hxx> #include <svx/selectioncontroller.hxx> #include <svx/shapeproperty.hxx> -#include <svx/svdattr.hxx> #include <svx/svddef.hxx> #include <svx/svddrag.hxx> #include <svx/svddrgv.hxx> diff --git a/basctl/source/accessibility/accessibledialogwindow.cxx b/basctl/source/accessibility/accessibledialogwindow.cxx index 3cd6f788d309..357ea872b932 100644 --- a/basctl/source/accessibility/accessibledialogwindow.cxx +++ b/basctl/source/accessibility/accessibledialogwindow.cxx @@ -31,6 +31,7 @@ #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <cppuhelper/supportsservice.hxx> +#include <tools/debug.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <unotools/accessiblerelationsethelper.hxx> #include <toolkit/awt/vclxfont.hxx> diff --git a/basctl/source/dlged/dlged.cxx b/basctl/source/dlged/dlged.cxx index b4258194464a..cd2501caa255 100644 --- a/basctl/source/dlged/dlged.cxx +++ b/basctl/source/dlged/dlged.cxx @@ -40,6 +40,7 @@ #include <com/sun/star/util/NumberFormatsSupplier.hpp> #include <comphelper/types.hxx> #include <comphelper/processfactory.hxx> +#include <tools/debug.hxx> #include <sfx2/viewfrm.hxx> #include <svl/itempool.hxx> #include <svx/sdrpaintwindow.hxx> diff --git a/basctl/source/dlged/dlgedobj.cxx b/basctl/source/dlged/dlgedobj.cxx index 45a642fa116c..e53075bb1801 100644 --- a/basctl/source/dlged/dlgedobj.cxx +++ b/basctl/source/dlged/dlgedobj.cxx @@ -46,6 +46,7 @@ #include <o3tl/functional.hxx> #include <unotools/sharedunocomponent.hxx> #include <vcl/svapp.hxx> +#include <tools/debug.hxx> namespace basctl { diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx index 955b87783d8c..ae4eacb5e821 100644 --- a/basctl/source/dlged/propbrw.cxx +++ b/basctl/source/dlged/propbrw.cxx @@ -35,6 +35,7 @@ #include <comphelper/types.hxx> #include <comphelper/processfactory.hxx> #include <cppuhelper/component_context.hxx> +#include <tools/debug.hxx> #include <svx/svditer.hxx> #include <svx/svdview.hxx> #include <toolkit/helper/vclunohelper.hxx> diff --git a/basctl/source/inc/dlgedobj.hxx b/basctl/source/inc/dlgedobj.hxx index f1ab1084ed89..5a1f6c25ce43 100644 --- a/basctl/source/inc/dlgedobj.hxx +++ b/basctl/source/inc/dlgedobj.hxx @@ -27,6 +27,8 @@ #include <boost/optional.hpp> +#include <map> + namespace basctl { |