diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-04-04 12:03:11 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-04-12 06:38:26 +0000 |
commit | 4c7ec9f112c042a7246b002f94c1afc627569708 (patch) | |
tree | 60028cb1bd57ad11560bd16a489c3c6b86870fa3 /oox | |
parent | 7f29612cf010c89d5d2dffd4c868a79ad6f9897c (diff) |
cleanup: remove unused com/sun/star/uno includes
Sequence.h(xx), Any.h(xx) and Type.h(xx)
and remove unused using-declarations from these files.
Add a few missing includes provided by them.
Change-Id: I6b91b6d1fdf9d0496dd546c0aab9bdcc6831a5d4
Reviewed-on: https://gerrit.libreoffice.org/23805
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/lineproperties.cxx | 1 | ||||
-rw-r--r-- | oox/source/ole/olehelper.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/conditioncontext.hxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/slidetransition.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/timetargetelementcontext.cxx | 2 |
5 files changed, 0 insertions, 6 deletions
diff --git a/oox/source/drawingml/lineproperties.cxx b/oox/source/drawingml/lineproperties.cxx index ba7859de9bd3..2fd947b07319 100644 --- a/oox/source/drawingml/lineproperties.cxx +++ b/oox/source/drawingml/lineproperties.cxx @@ -39,7 +39,6 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::drawing; -using ::com::sun::star::uno::Any; using ::com::sun::star::container::XNameContainer; namespace oox { diff --git a/oox/source/ole/olehelper.cxx b/oox/source/ole/olehelper.cxx index ed13efd1fb2f..9e7f3caefb7f 100644 --- a/oox/source/ole/olehelper.cxx +++ b/oox/source/ole/olehelper.cxx @@ -61,7 +61,6 @@ using ::com::sun::star::beans::XPropertySet; using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; using ::com::sun::star::uno::UNO_QUERY; -using ::com::sun::star::uno::Any; using ::com::sun::star::uno::XComponentContext; using ::com::sun::star::container::XIndexContainer; using ::com::sun::star::container::XNameContainer; diff --git a/oox/source/ppt/conditioncontext.hxx b/oox/source/ppt/conditioncontext.hxx index 4ce9cfbca578..6ec307f1fb29 100644 --- a/oox/source/ppt/conditioncontext.hxx +++ b/oox/source/ppt/conditioncontext.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_OOX_SOURCE_PPT_CONDITIONCONTEXT_HXX #define INCLUDED_OOX_SOURCE_PPT_CONDITIONCONTEXT_HXX -#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/animations/Event.hpp> #include "oox/core/fragmenthandler.hxx" diff --git a/oox/source/ppt/slidetransition.cxx b/oox/source/ppt/slidetransition.cxx index de883c88f165..6136568c6ee4 100644 --- a/oox/source/ppt/slidetransition.cxx +++ b/oox/source/ppt/slidetransition.cxx @@ -19,7 +19,6 @@ #include "oox/ppt/slidetransition.hxx" -#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/presentation/AnimationSpeed.hpp> #include <com/sun/star/animations/TransitionType.hpp> diff --git a/oox/source/ppt/timetargetelementcontext.cxx b/oox/source/ppt/timetargetelementcontext.cxx index 258ba12ef68e..608a302de4c9 100644 --- a/oox/source/ppt/timetargetelementcontext.cxx +++ b/oox/source/ppt/timetargetelementcontext.cxx @@ -23,8 +23,6 @@ #include "cppuhelper/exc_hlp.hxx" #include <osl/diagnose.h> -#include <com/sun/star/uno/Any.hxx> - #include "oox/helper/attributelist.hxx" #include "drawingml/embeddedwavaudiofile.hxx" |