avmedia/source/viewer/mediaevent_impl.cxx                   |    1 -
 basic/source/classes/sbxmod.cxx                             |    5 -----
 basic/source/runtime/iosys.cxx                              |    2 --
 basic/source/uno/namecont.cxx                               |    2 --
 canvas/source/directx/dx_textlayout_drawhelper.cxx          |    2 --
 canvas/source/vcl/bitmapbackbuffer.cxx                      |    1 -
 chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx |    1 -
 chart2/source/controller/dialogs/dlg_DataEditor.cxx         |    1 -
 chart2/source/controller/main/ControllerCommandDispatch.cxx |    1 -
 chart2/source/model/main/ChartModel.cxx                     |    1 -
 chart2/source/model/template/ChartTypeTemplate.cxx          |    1 -
 chart2/source/model/template/PieChartType.cxx               |    1 -
 chart2/source/tools/CharacterProperties.cxx                 |    1 -
 chart2/source/tools/DiagramHelper.cxx                       |    1 -
 comphelper/source/misc/instancelocker.cxx                   |    1 -
 comphelper/source/property/genericpropertyset.cxx           |    1 -
 16 files changed, 23 deletions(-)

New commits:
commit 16244e7f241994fd0284b4ba77933d8fb2f25c1c
Author: Takeshi Abe <t...@fixedpoint.jp>
Date:   Wed Mar 28 00:29:29 2012 +0900

    removed duplicate includes in avmedia / basic / canvas / chart2 / comphelper

diff --git a/avmedia/source/viewer/mediaevent_impl.cxx 
b/avmedia/source/viewer/mediaevent_impl.cxx
index f7cd334..3054c50 100644
--- a/avmedia/source/viewer/mediaevent_impl.cxx
+++ b/avmedia/source/viewer/mediaevent_impl.cxx
@@ -29,7 +29,6 @@
 #include "mediaevent_impl.hxx"
 #include "mediawindow_impl.hxx"
 #include <osl/mutex.hxx>
-#include <osl/mutex.hxx>
 #include <vcl/svapp.hxx>
 #include <vcl/event.hxx>
 
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx
index 40ae0d7..9d3a4b9 100644
--- a/basic/source/classes/sbxmod.cxx
+++ b/basic/source/classes/sbxmod.cxx
@@ -79,11 +79,9 @@ using namespace com::sun::star;
 #include <com/sun/star/frame/XDesktop.hpp>
 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
 #include <comphelper/processfactory.hxx>
-#include <vcl/svapp.hxx>
 #include <map>
 #include <com/sun/star/reflection/XProxyFactory.hpp>
 #include <cppuhelper/implbase1.hxx>
-#include <basic/sbobjmod.hxx>
 #include <com/sun/star/uno/XAggregation.hpp>
 #include <com/sun/star/script/XInvocation.hpp>
 
@@ -95,14 +93,11 @@ using namespace com::sun::star::script;
 
 
 #include <com/sun/star/script/XLibraryContainer.hpp>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
 #include <com/sun/star/awt/XDialogProvider.hpp>
 #include <com/sun/star/awt/XTopWindow.hpp>
 #include <com/sun/star/awt/XWindow.hpp>
 #include <com/sun/star/awt/XControl.hpp>
-#include <cppuhelper/implbase1.hxx>
 #include <comphelper/anytostring.hxx>
-#include <com/sun/star/beans/XPropertySet.hpp>
 #include <ooo/vba/VbQueryClose.hpp>
 
 typedef ::cppu::WeakImplHelper1< XInvocation > DocObjectWrapper_BASE;
diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx
index fb33fcd..6c72322 100644
--- a/basic/source/runtime/iosys.cxx
+++ b/basic/source/runtime/iosys.cxx
@@ -45,8 +45,6 @@
 #include <rtl/textenc.h>
 #include <rtl/strbuf.hxx>
 #include <rtl/ustrbuf.hxx>
-#include <rtl/textenc.h>
-#include <rtl/ustrbuf.hxx>
 
 #include <comphelper/processfactory.hxx>
 #include <comphelper/string.hxx>
diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx
index a9307d2..7dc3102 100644
--- a/basic/source/uno/namecont.cxx
+++ b/basic/source/uno/namecont.cxx
@@ -34,7 +34,6 @@
 #include <vcl/svapp.hxx>
 #include <osl/mutex.hxx>
 #include <tools/errinf.hxx>
-#include <osl/mutex.hxx>
 #include <rtl/oustringostreaminserter.hxx>
 #include <rtl/uri.hxx>
 #include <rtl/strbuf.hxx>
@@ -64,7 +63,6 @@
 #include <com/sun/star/script/vba/VBAScriptEventId.hpp>
 #include <com/sun/star/deployment/ExtensionManager.hpp>
 #include <comphelper/storagehelper.hxx>
-#include <comphelper/anytostring.hxx>
 #include <cppuhelper/exc_hlp.hxx>
 #include <basic/sbmod.hxx>
 #include <boost/scoped_ptr.hpp>
diff --git a/canvas/source/directx/dx_textlayout_drawhelper.cxx 
b/canvas/source/directx/dx_textlayout_drawhelper.cxx
index 527c839..508db17 100644
--- a/canvas/source/directx/dx_textlayout_drawhelper.cxx
+++ b/canvas/source/directx/dx_textlayout_drawhelper.cxx
@@ -31,7 +31,6 @@
 
 #include <vcl/metric.hxx>
 #include <vcl/virdev.hxx>
-#include <vcl/metric.hxx>
 #include <vcl/canvastools.hxx>
 #include <tools/diagnose_ex.h>
 
@@ -40,7 +39,6 @@
 #include <com/sun/star/rendering/FontRequest.hpp>
 #include <com/sun/star/rendering/PanoseProportion.hpp>
 #include <com/sun/star/rendering/XCanvasFont.hpp>
-#include <com/sun/star/rendering/PanoseProportion.hpp>
 #include <comphelper/sequence.hxx>
 #include <comphelper/scopeguard.hxx>
 #include <tools/color.hxx>
diff --git a/canvas/source/vcl/bitmapbackbuffer.cxx 
b/canvas/source/vcl/bitmapbackbuffer.cxx
index ad7197f..515d1ab 100644
--- a/canvas/source/vcl/bitmapbackbuffer.cxx
+++ b/canvas/source/vcl/bitmapbackbuffer.cxx
@@ -30,7 +30,6 @@
 #include "bitmapbackbuffer.hxx"
 
 #include <osl/mutex.hxx>
-#include <osl/mutex.hxx>
 
 #include <vcl/svapp.hxx>
 #include <vcl/bitmapex.hxx>
diff --git a/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx 
b/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx
index f5cb729..832ddef 100644
--- a/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx
+++ b/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx
@@ -34,7 +34,6 @@
 #include "ContainerHelper.hxx"
 #include "TimerTriggeredControllerLock.hxx"
 #include <osl/mutex.hxx>
-#include <osl/mutex.hxx>
 // header for class Application
 #include <vcl/svapp.hxx>
 #include <toolkit/awt/vclxwindow.hxx>
diff --git a/chart2/source/controller/dialogs/dlg_DataEditor.cxx 
b/chart2/source/controller/dialogs/dlg_DataEditor.cxx
index 05a578d..ef11fe2 100644
--- a/chart2/source/controller/dialogs/dlg_DataEditor.cxx
+++ b/chart2/source/controller/dialogs/dlg_DataEditor.cxx
@@ -33,7 +33,6 @@
 #include "DataBrowser.hxx"
 
 #include "ResId.hxx"
-#include "Strings.hrc"
 #include "SchSlotIds.hxx"
 #include <sfx2/dispatch.hxx>
 #include <vcl/msgbox.hxx>
diff --git a/chart2/source/controller/main/ControllerCommandDispatch.cxx 
b/chart2/source/controller/main/ControllerCommandDispatch.cxx
index 2510981..fa85ff3 100644
--- a/chart2/source/controller/main/ControllerCommandDispatch.cxx
+++ b/chart2/source/controller/main/ControllerCommandDispatch.cxx
@@ -36,7 +36,6 @@
 #include "ObjectIdentifier.hxx"
 #include "macros.hxx"
 #include "ChartTypeHelper.hxx"
-#include "DiagramHelper.hxx"
 #include "ChartController.hxx"
 #include "RegressionCurveHelper.hxx"
 #include "DataSeriesHelper.hxx"
diff --git a/chart2/source/model/main/ChartModel.cxx 
b/chart2/source/model/main/ChartModel.cxx
index d871882..6430d3a 100644
--- a/chart2/source/model/main/ChartModel.cxx
+++ b/chart2/source/model/main/ChartModel.cxx
@@ -30,7 +30,6 @@
 #include "servicenames.hxx"
 #include "MediaDescriptorHelper.hxx"
 #include "macros.hxx"
-#include "servicenames.hxx"
 #include "NoWarningThisInCTOR.hxx"
 #include "DataSourceHelper.hxx"
 #include "ChartModelHelper.hxx"
diff --git a/chart2/source/model/template/ChartTypeTemplate.cxx 
b/chart2/source/model/template/ChartTypeTemplate.cxx
index 0fe079e..5d65f39 100644
--- a/chart2/source/model/template/ChartTypeTemplate.cxx
+++ b/chart2/source/model/template/ChartTypeTemplate.cxx
@@ -46,7 +46,6 @@
 #include <com/sun/star/chart2/AxisType.hpp>
 #include <com/sun/star/chart2/XDataSeriesContainer.hpp>
 #include <com/sun/star/chart2/XChartTypeContainer.hpp>
-#include <com/sun/star/chart2/AxisType.hpp>
 
 #include <algorithm>
 #include <iterator>
diff --git a/chart2/source/model/template/PieChartType.cxx 
b/chart2/source/model/template/PieChartType.cxx
index 0c50756..6fdb8e2 100644
--- a/chart2/source/model/template/PieChartType.cxx
+++ b/chart2/source/model/template/PieChartType.cxx
@@ -34,7 +34,6 @@
 #include "servicenames_charttypes.hxx"
 #include "ContainerHelper.hxx"
 #include "AxisIndexDefines.hxx"
-#include "AxisHelper.hxx"
 #include <com/sun/star/beans/PropertyAttribute.hpp>
 #include <com/sun/star/chart2/AxisType.hpp>
 
diff --git a/chart2/source/tools/CharacterProperties.cxx 
b/chart2/source/tools/CharacterProperties.cxx
index c07a941..8da9940 100644
--- a/chart2/source/tools/CharacterProperties.cxx
+++ b/chart2/source/tools/CharacterProperties.cxx
@@ -40,7 +40,6 @@
 #include <com/sun/star/awt/FontPitch.hpp>
 #include <com/sun/star/awt/FontUnderline.hpp>
 #include <com/sun/star/awt/FontWeight.hpp>
-#include <com/sun/star/awt/FontSlant.hpp>
 #include <com/sun/star/style/CaseMap.hpp>
 #include <com/sun/star/text/FontRelief.hpp>
 #include <com/sun/star/text/FontEmphasis.hpp>
diff --git a/chart2/source/tools/DiagramHelper.cxx 
b/chart2/source/tools/DiagramHelper.cxx
index cdf11d5..27026c5 100644
--- a/chart2/source/tools/DiagramHelper.cxx
+++ b/chart2/source/tools/DiagramHelper.cxx
@@ -38,7 +38,6 @@
 #include "CommonConverters.hxx"
 #include "ExplicitCategoriesProvider.hxx"
 #include "servicenames_charttypes.hxx"
-#include "ChartModelHelper.hxx"
 #include "RelativePositionHelper.hxx"
 #include "ControllerLockGuard.hxx"
 #include "NumberFormatterWrapper.hxx"
diff --git a/comphelper/source/misc/instancelocker.cxx 
b/comphelper/source/misc/instancelocker.cxx
index 49bcf51..3ddf5a3 100644
--- a/comphelper/source/misc/instancelocker.cxx
+++ b/comphelper/source/misc/instancelocker.cxx
@@ -35,7 +35,6 @@
 #include <com/sun/star/lang/IllegalArgumentException.hpp>
 #include <com/sun/star/frame/XDesktop.hpp>
 #include <com/sun/star/frame/DoubleInitializationException.hpp>
-#include <com/sun/star/frame/DoubleInitializationException.hpp>
 #include <com/sun/star/beans/XPropertySet.hpp>
 
 #include "instancelocker.hxx"
diff --git a/comphelper/source/property/genericpropertyset.cxx 
b/comphelper/source/property/genericpropertyset.cxx
index de1b3d1..d03bad8 100644
--- a/comphelper/source/property/genericpropertyset.cxx
+++ b/comphelper/source/property/genericpropertyset.cxx
@@ -36,7 +36,6 @@
 #include <comphelper/propertysetinfo.hxx>
 #include <comphelper/stl_types.hxx>
 #include <comphelper/servicehelper.hxx>
-#include <osl/mutex.hxx>
 #include <rtl/uuid.h>
 
 ///////////////////////////////////////////////////////////////////////
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to