[Libreoffice-commits] .: 2 commits - avmedia/source basic/source canvas/source chart2/source comphelper/inc
Takeshi Abe
tabe at kemper.freedesktop.org
Mon Mar 26 06:40:24 PDT 2012
avmedia/source/gstreamer/gstcommon.hxx | 1 -
avmedia/source/quicktime/quicktimecommon.hxx | 1 -
avmedia/source/win/wincommon.hxx | 1 -
basic/source/inc/namecont.hxx | 5 -----
canvas/source/vcl/impltools.hxx | 1 -
chart2/source/inc/WrappedPropertySet.hxx | 5 +----
chart2/source/tools/RegressionCalculationHelper.hxx | 1 -
comphelper/inc/comphelper/accessibleselectionhelper.hxx | 1 -
comphelper/inc/comphelper/stillreadwriteinteraction.hxx | 1 -
9 files changed, 1 insertion(+), 16 deletions(-)
New commits:
commit 6749dcc15442abc86dd473eac0885106238e8eb1
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Mon Mar 26 22:30:53 2012 +0900
removed duplicate includes in basic / canvas / chart2 / comphelper
diff --git a/basic/source/inc/namecont.hxx b/basic/source/inc/namecont.hxx
index 833fc81..bf7b3bf 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 8b9293a..0dcc70f 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 74bbd14..e786e73 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 ab634de..4fdb08c 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 73b446f..31483d3 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 5ad07f2..43ee85d 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"
//_______________________________________________
commit 3397f7cf382f711bed5a8416d34a688156a64b4a
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Mon Mar 26 22:28:51 2012 +0900
removed duplicate includes in avmedia
diff --git a/avmedia/source/gstreamer/gstcommon.hxx b/avmedia/source/gstreamer/gstcommon.hxx
index 18909e3..021eb74 100644
--- a/avmedia/source/gstreamer/gstcommon.hxx
+++ b/avmedia/source/gstreamer/gstcommon.hxx
@@ -44,7 +44,6 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp>
-#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/awt/Rectangle.hpp>
#include <com/sun/star/awt/KeyModifier.hpp>
diff --git a/avmedia/source/quicktime/quicktimecommon.hxx b/avmedia/source/quicktime/quicktimecommon.hxx
index ede023e..57bc317 100644
--- a/avmedia/source/quicktime/quicktimecommon.hxx
+++ b/avmedia/source/quicktime/quicktimecommon.hxx
@@ -51,7 +51,6 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp>
-#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/awt/Rectangle.hpp>
#include <com/sun/star/awt/KeyModifier.hpp>
diff --git a/avmedia/source/win/wincommon.hxx b/avmedia/source/win/wincommon.hxx
index 37a89b3..d375048 100644
--- a/avmedia/source/win/wincommon.hxx
+++ b/avmedia/source/win/wincommon.hxx
@@ -42,7 +42,6 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp>
-#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/awt/Rectangle.hpp>
#include <com/sun/star/awt/KeyModifier.hpp>
More information about the Libreoffice-commits
mailing list