diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/undoanim.hxx | 1 | ||||
-rw-r--r-- | sd/qa/unit/misc-tests.cxx | 1 | ||||
-rw-r--r-- | sd/source/filter/eppt/eppt.hxx | 1 | ||||
-rw-r--r-- | sd/source/filter/eppt/pptexanimations.cxx | 1 | ||||
-rw-r--r-- | sd/source/filter/eppt/pptx-grouptable.cxx | 1 | ||||
-rw-r--r-- | sd/source/filter/grf/sdgrffilter.cxx | 1 | ||||
-rw-r--r-- | sd/source/filter/ppt/pptin.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/animations/SlideTransitionPane.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fuconcs.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/sidebar/MasterPageContainer.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/controller/SlsSlotManager.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/unoidl/unoobj.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/outlnvs2.cxx | 1 | ||||
-rw-r--r-- | sd/workben/custompanel/ctp_panel.cxx | 3 |
14 files changed, 0 insertions, 16 deletions
diff --git a/sd/inc/undoanim.hxx b/sd/inc/undoanim.hxx index 9f97a1248d91..699805637ff5 100644 --- a/sd/inc/undoanim.hxx +++ b/sd/inc/undoanim.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_SD_INC_UNDOANIM_HXX #define INCLUDED_SD_INC_UNDOANIM_HXX -#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/animations/XAnimationNode.hpp> #include <svx/svdundo.hxx> #include <memory> diff --git a/sd/qa/unit/misc-tests.cxx b/sd/qa/unit/misc-tests.cxx index ab5b45e5b893..4747cf3ffe9e 100644 --- a/sd/qa/unit/misc-tests.cxx +++ b/sd/qa/unit/misc-tests.cxx @@ -13,7 +13,6 @@ #include <sddll.hxx> #include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/beans/PropertyValue.hpp> #include <comphelper/processfactory.hxx> diff --git a/sd/source/filter/eppt/eppt.hxx b/sd/source/filter/eppt/eppt.hxx index a1e27890d5f2..ed901c0b3b5e 100644 --- a/sd/source/filter/eppt/eppt.hxx +++ b/sd/source/filter/eppt/eppt.hxx @@ -31,7 +31,6 @@ #include "text.hxx" #include <vcl/mapmod.hxx> -#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/drawing/FillStyle.hpp> #include <com/sun/star/drawing/LineStyle.hpp> diff --git a/sd/source/filter/eppt/pptexanimations.cxx b/sd/source/filter/eppt/pptexanimations.cxx index 3ca397048a8e..5d7c0e87e4ff 100644 --- a/sd/source/filter/eppt/pptexanimations.cxx +++ b/sd/source/filter/eppt/pptexanimations.cxx @@ -74,7 +74,6 @@ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::UNO_QUERY; using ::com::sun::star::uno::UNO_QUERY_THROW; using ::com::sun::star::uno::Sequence; -using ::com::sun::star::uno::makeAny; using ::com::sun::star::uno::Exception; using ::com::sun::star::uno::XInterface; using ::com::sun::star::beans::NamedValue; diff --git a/sd/source/filter/eppt/pptx-grouptable.cxx b/sd/source/filter/eppt/pptx-grouptable.cxx index 27879d6ea753..2e092220cb3c 100644 --- a/sd/source/filter/eppt/pptx-grouptable.cxx +++ b/sd/source/filter/eppt/pptx-grouptable.cxx @@ -19,7 +19,6 @@ #include "grouptable.hxx" -using ::com::sun::star::uno::Reference; using ::com::sun::star::container::XIndexAccess; GroupTable::GroupTable() diff --git a/sd/source/filter/grf/sdgrffilter.cxx b/sd/source/filter/grf/sdgrffilter.cxx index f6c6ca11f36d..f2b229b6f721 100644 --- a/sd/source/filter/grf/sdgrffilter.cxx +++ b/sd/source/filter/grf/sdgrffilter.cxx @@ -58,7 +58,6 @@ #include "sdresid.hxx" #include "sdgrffilter.hxx" #include "../../ui/inc/ViewShellBase.hxx" -#include <com/sun/star/uno/Sequence.h> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/PropertyValues.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/sd/source/filter/ppt/pptin.hxx b/sd/source/filter/ppt/pptin.hxx index 1bee08a8596f..ef69e29c9308 100644 --- a/sd/source/filter/ppt/pptin.hxx +++ b/sd/source/filter/ppt/pptin.hxx @@ -24,7 +24,6 @@ #include <svx/msdffdef.hxx> #include <diadef.h> #include <svx/svdtypes.hxx> -#include <com/sun/star/uno/Any.h> #include <memory> class SdDrawDocument; diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx b/sd/source/ui/animations/SlideTransitionPane.cxx index 051aa6404377..0eba0be4ac75 100644 --- a/sd/source/ui/animations/SlideTransitionPane.cxx +++ b/sd/source/ui/animations/SlideTransitionPane.cxx @@ -55,7 +55,6 @@ using namespace ::com::sun::star; using ::com::sun::star::uno::Reference; -using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::RuntimeException; using ::sd::framework::FrameworkHelper; diff --git a/sd/source/ui/func/fuconcs.cxx b/sd/source/ui/func/fuconcs.cxx index aff2aa73a701..a6e06d39d073 100644 --- a/sd/source/ui/func/fuconcs.cxx +++ b/sd/source/ui/func/fuconcs.cxx @@ -55,7 +55,6 @@ #include <editeng/writingmodeitem.hxx> #include <svx/gallery.hxx> #include <svl/itempool.hxx> -#include <com/sun/star/uno/Any.hxx> #include "sdresid.hxx" #include "View.hxx" diff --git a/sd/source/ui/sidebar/MasterPageContainer.cxx b/sd/source/ui/sidebar/MasterPageContainer.cxx index 728bf786f85c..993562cc89ff 100644 --- a/sd/source/ui/sidebar/MasterPageContainer.cxx +++ b/sd/source/ui/sidebar/MasterPageContainer.cxx @@ -39,7 +39,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Any.hxx> -#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/util/XCloseable.hpp> #include <comphelper/processfactory.hxx> #include <sfx2/app.hxx> diff --git a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx index 25aebfa3c579..6fcf154f7cc9 100644 --- a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx +++ b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx @@ -19,7 +19,6 @@ #include <com/sun/star/presentation/XPresentation2.hpp> #include <com/sun/star/beans/PropertyValue.hpp> -#include <com/sun/star/uno/Any.hxx> #include <editeng/outlobj.hxx> diff --git a/sd/source/ui/unoidl/unoobj.cxx b/sd/source/ui/unoidl/unoobj.cxx index 42c02bdfe690..ff0768d2ed9b 100644 --- a/sd/source/ui/unoidl/unoobj.cxx +++ b/sd/source/ui/unoidl/unoobj.cxx @@ -83,7 +83,6 @@ using namespace ::com::sun::star::animations; using ::com::sun::star::uno::makeAny; using ::com::sun::star::uno::Any; -using ::com::sun::star::uno::Reference; using ::com::sun::star::drawing::XShape; #define WID_EFFECT 1 diff --git a/sd/source/ui/view/outlnvs2.cxx b/sd/source/ui/view/outlnvs2.cxx index 7e3f6d77f0a5..45d7565ae82d 100644 --- a/sd/source/ui/view/outlnvs2.cxx +++ b/sd/source/ui/view/outlnvs2.cxx @@ -21,7 +21,6 @@ #include <com/sun/star/presentation/XPresentation2.hpp> #include <com/sun/star/beans/PropertyValue.hpp> -#include <com/sun/star/uno/Any.hxx> #include "app.hrc" #include <svx/hlnkitem.hxx> diff --git a/sd/workben/custompanel/ctp_panel.cxx b/sd/workben/custompanel/ctp_panel.cxx index 9cc951de9c61..76377230f0a0 100644 --- a/sd/workben/custompanel/ctp_panel.cxx +++ b/sd/workben/custompanel/ctp_panel.cxx @@ -41,9 +41,6 @@ namespace sd { namespace colortoolpanel using ::com::sun::star::uno::UNO_SET_THROW; using ::com::sun::star::uno::Exception; using ::com::sun::star::uno::RuntimeException; - using ::com::sun::star::uno::Any; - using ::com::sun::star::uno::makeAny; - using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::Type; using ::com::sun::star::drawing::framework::XConfigurationController; using ::com::sun::star::drawing::framework::XResourceId; |