diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-26 22:30:53 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-26 22:39:42 +0900 |
commit | 6749dcc15442abc86dd473eac0885106238e8eb1 (patch) | |
tree | 509860015347e4a4871c95429b9841d52ac3b167 | |
parent | 3397f7cf382f711bed5a8416d34a688156a64b4a (diff) |
removed duplicate includes in basic / canvas / chart2 / comphelper
-rw-r--r-- | basic/source/inc/namecont.hxx | 5 | ||||
-rw-r--r-- | canvas/source/vcl/impltools.hxx | 1 | ||||
-rw-r--r-- | chart2/source/inc/WrappedPropertySet.hxx | 5 | ||||
-rw-r--r-- | chart2/source/tools/RegressionCalculationHelper.hxx | 1 | ||||
-rw-r--r-- | comphelper/inc/comphelper/accessibleselectionhelper.hxx | 1 | ||||
-rw-r--r-- | comphelper/inc/comphelper/stillreadwriteinteraction.hxx | 1 |
6 files changed, 1 insertions, 13 deletions
diff --git a/basic/source/inc/namecont.hxx b/basic/source/inc/namecont.hxx index 833fc8105006..bf7b3bfd2f34 100644 --- a/basic/source/inc/namecont.hxx +++ b/basic/source/inc/namecont.hxx @@ -61,18 +61,13 @@ #include <cppuhelper/weakref.hxx> #include <cppuhelper/component.hxx> #include <cppuhelper/typeprovider.hxx> -#include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/basemutex.hxx> #include <sot/storage.hxx> #include <comphelper/listenernotification.hxx> #include <xmlscript/xmllib_imexp.hxx> -#include <com/sun/star/deployment/XPackage.hpp> #include <cppuhelper/implbase2.hxx> -#include <cppuhelper/compbase8.hxx> #include <cppuhelper/compbase9.hxx> -#include <cppuhelper/interfacecontainer.hxx> -#include <com/sun/star/script/vba/XVBACompatibility.hpp> class BasicManager; diff --git a/canvas/source/vcl/impltools.hxx b/canvas/source/vcl/impltools.hxx index 8b9293acb44d..0dcc70f9dfbc 100644 --- a/canvas/source/vcl/impltools.hxx +++ b/canvas/source/vcl/impltools.hxx @@ -30,7 +30,6 @@ #define _VCLCANVAS_TOOLS_HXX #include <osl/mutex.hxx> -#include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include <vcl/outdev.hxx> diff --git a/chart2/source/inc/WrappedPropertySet.hxx b/chart2/source/inc/WrappedPropertySet.hxx index 74bbd140197e..e786e735916b 100644 --- a/chart2/source/inc/WrappedPropertySet.hxx +++ b/chart2/source/inc/WrappedPropertySet.hxx @@ -38,10 +38,7 @@ #include <com/sun/star/beans/Property.hpp> #include <cppuhelper/implbase4.hxx> -// header for class OPropertyArrayHelper -#include <cppuhelper/propshlp.hxx> - -// header for class OMultiTypeInterfaceContainerHelperInt32 +// header for class OPropertyArrayHelper, OMultiTypeInterfaceContainerHelperInt32 #include <cppuhelper/propshlp.hxx> #include <vector> diff --git a/chart2/source/tools/RegressionCalculationHelper.hxx b/chart2/source/tools/RegressionCalculationHelper.hxx index ab634dec0297..4fdb08cb1534 100644 --- a/chart2/source/tools/RegressionCalculationHelper.hxx +++ b/chart2/source/tools/RegressionCalculationHelper.hxx @@ -33,7 +33,6 @@ #include <utility> #include <functional> #include <vector> -#include <rtl/math.hxx> #define NUMBER_TO_STR(number) (::rtl::OStringToOUString(::rtl::math::doubleToString( \ number, rtl_math_StringFormat_G, 4, '.', true ),RTL_TEXTENCODING_ASCII_US )) diff --git a/comphelper/inc/comphelper/accessibleselectionhelper.hxx b/comphelper/inc/comphelper/accessibleselectionhelper.hxx index 73b446f70cb6..31483d3cb355 100644 --- a/comphelper/inc/comphelper/accessibleselectionhelper.hxx +++ b/comphelper/inc/comphelper/accessibleselectionhelper.hxx @@ -32,7 +32,6 @@ #include <comphelper/uno3.hxx> #include <comphelper/accessiblecomponenthelper.hxx> #include <cppuhelper/implbase1.hxx> -#include <comphelper/uno3.hxx> #include <com/sun/star/accessibility/XAccessibleSelection.hpp> #include "comphelper/comphelperdllapi.h" diff --git a/comphelper/inc/comphelper/stillreadwriteinteraction.hxx b/comphelper/inc/comphelper/stillreadwriteinteraction.hxx index 5ad07f201f1a..43ee85deae45 100644 --- a/comphelper/inc/comphelper/stillreadwriteinteraction.hxx +++ b/comphelper/inc/comphelper/stillreadwriteinteraction.hxx @@ -35,7 +35,6 @@ #include <com/sun/star/task/XInteractionHandler.hpp> -#include <ucbhelper/interceptedinteraction.hxx> #include "comphelper/comphelperdllapi.h" //_______________________________________________ |