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 /extensions/source/ole | |
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 'extensions/source/ole')
-rw-r--r-- | extensions/source/ole/ole2uno.hxx | 2 | ||||
-rw-r--r-- | extensions/source/ole/oleobjw.cxx | 10 |
2 files changed, 0 insertions, 12 deletions
diff --git a/extensions/source/ole/ole2uno.hxx b/extensions/source/ole/ole2uno.hxx index 06eb41823ef7..dae716a28d13 100644 --- a/extensions/source/ole/ole2uno.hxx +++ b/extensions/source/ole/ole2uno.hxx @@ -29,7 +29,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> -#include <com/sun/star/script/XInvocation.hpp> #include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/bridge/XBridgeSupplier2.hpp> #include <com/sun/star/bridge/ModelDependent.hpp> @@ -48,7 +47,6 @@ #define UNO_2_OLE_EXCEPTIONCODE 1001 using namespace com::sun::star::uno; using namespace com::sun::star::lang; -using namespace com::sun::star::script; using namespace com::sun::star::registry; using namespace com::sun::star::reflection; using namespace com::sun::star::beans; diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx index 43fc37670a53..e074a238756c 100644 --- a/extensions/source/ole/oleobjw.cxx +++ b/extensions/source/ole/oleobjw.cxx @@ -29,17 +29,7 @@ #include <com/sun/star/script/CannotConvertException.hpp> #include <com/sun/star/script/FailReason.hpp> #include <com/sun/star/beans/XMaterialHolder.hpp> -#include <com/sun/star/script/XTypeConverter.hpp> -#include <com/sun/star/script/FinishEngineEvent.hpp> -#include <com/sun/star/script/InterruptReason.hpp> -#include <com/sun/star/script/XEngineListener.hpp> -#include <com/sun/star/script/XDebugging.hpp> #include <com/sun/star/script/XInvocation.hpp> -#include <com/sun/star/script/ContextInformation.hpp> -#include <com/sun/star/script/FinishReason.hpp> -#include <com/sun/star/script/XEngine.hpp> -#include <com/sun/star/script/InterruptEngineEvent.hpp> -#include <com/sun/star/script/XLibraryAccess.hpp> #include <com/sun/star/bridge/ModelDependent.hpp> #include "com/sun/star/bridge/oleautomation/NamedArgument.hpp" |