diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-19 16:26:48 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-20 10:23:38 +0200 |
commit | a0b93fe08162b84b780a8f2553147485ec8629ff (patch) | |
tree | f2bfc3660e6c12f833a3844a526cd0ce338af392 /sw | |
parent | 25e8148a1bdf37b57938c255235eb48d98abbfc6 (diff) |
cleanup unused css/script/ includes
but keep exception includes in headers for now
Change-Id: I826828675a2d14b906e57068cbced2e790e12bce
Reviewed-on: https://gerrit.libreoffice.org/37846
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/unocore/unocoll.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/unocore/unomap1.cxx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unocoll.cxx b/sw/source/core/unocore/unocoll.cxx index 674c86ab04c8..c3064351a618 100644 --- a/sw/source/core/unocore/unocoll.cxx +++ b/sw/source/core/unocore/unocoll.cxx @@ -76,7 +76,6 @@ #include <com/sun/star/form/XFormsSupplier.hpp> #include <com/sun/star/script/ModuleInfo.hpp> #include <com/sun/star/script/ModuleType.hpp> -#include <com/sun/star/script/ScriptEventDescriptor.hpp> #include <com/sun/star/script/vba/XVBAModuleInfo.hpp> #include <vbahelper/vbaaccesshelper.hxx> #include <basic/basmgr.hxx> diff --git a/sw/source/core/unocore/unomap1.cxx b/sw/source/core/unocore/unomap1.cxx index d9376ed79d07..5385f8986b66 100644 --- a/sw/source/core/unocore/unomap1.cxx +++ b/sw/source/core/unocore/unomap1.cxx @@ -30,6 +30,7 @@ #include <com/sun/star/beans/PropertyValues.hpp> #include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/container/XIndexReplace.hpp> +#include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/drawing/BitmapMode.hpp> #include <com/sun/star/drawing/ColorMode.hpp> #include <com/sun/star/drawing/FillStyle.hpp> @@ -75,7 +76,6 @@ #include <com/sun/star/text/XTextTable.hpp> #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/DateTime.hpp> -#include <com/sun/star/script/XLibraryContainer.hpp> #include <com/sun/star/drawing/HomogenMatrix3.hpp> #include <swtypes.hxx> #include <unomap.hxx> |