diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-08 22:30:06 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-10 15:52:49 +0900 |
commit | dae9b7060dd60702c7bc9270c6efdba89e41106a (patch) | |
tree | 4a8b0e186a46fab01bc912a7857ce5d580d1c306 | |
parent | 4cb23d2016042b0738b0be1ec5b4dfe4e2b80b5a (diff) |
Drop duplicate #include
Change-Id: Ib8969d5cd4898b81a5dcd90dc313abd28adfe052
19 files changed, 0 insertions, 27 deletions
diff --git a/dbaccess/source/core/misc/DatabaseDataProvider.cxx b/dbaccess/source/core/misc/DatabaseDataProvider.cxx index 0666f609a8cf..2101c3aa2c39 100644 --- a/dbaccess/source/core/misc/DatabaseDataProvider.cxx +++ b/dbaccess/source/core/misc/DatabaseDataProvider.cxx @@ -23,7 +23,6 @@ #include <cppuhelper/supportsservice.hxx> #include <comphelper/types.hxx> #include <comphelper/namedvaluecollection.hxx> -#include <comphelper/namedvaluecollection.hxx> #include <connectivity/FValue.hxx> #include <connectivity/dbtools.hxx> #include <rtl/ustrbuf.hxx> diff --git a/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc b/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc index 39dee2b3a990..47b1d1e6fac7 100644 --- a/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc +++ b/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc @@ -22,7 +22,6 @@ #include "dbaccess_helpid.hrc" #include "dbu_dlg.hrc" -#include "dbaccess_helpid.hrc" #define CHECKBOX_HEIGHT 8 diff --git a/editeng/source/accessibility/AccessibleEditableTextPara.cxx b/editeng/source/accessibility/AccessibleEditableTextPara.cxx index 614294fff6a9..814b8ba92adf 100644 --- a/editeng/source/accessibility/AccessibleEditableTextPara.cxx +++ b/editeng/source/accessibility/AccessibleEditableTextPara.cxx @@ -67,7 +67,6 @@ #include "AccessibleHyperlink.hxx" #include <svtools/colorcfg.hxx> -#include <algorithm> using namespace std; #include "editeng.hrc" #include <editeng/eerdll.hxx> diff --git a/extensions/test/ole/unoTocomCalls/XCallback_Impl/StdAfx.h b/extensions/test/ole/unoTocomCalls/XCallback_Impl/StdAfx.h index f43772942f81..8124560e5e5f 100644 --- a/extensions/test/ole/unoTocomCalls/XCallback_Impl/StdAfx.h +++ b/extensions/test/ole/unoTocomCalls/XCallback_Impl/StdAfx.h @@ -39,7 +39,6 @@ //something, but do not change the name of _Module extern CComModule _Module; #include <atlcom.h> -#include <stdio.h> #include <tchar.h> //{{AFX_INSERT_LOCATION}} diff --git a/framework/inc/uielement/recentfilesmenucontroller.hxx b/framework/inc/uielement/recentfilesmenucontroller.hxx index 39d5fb479974..494f13ccfb8a 100644 --- a/framework/inc/uielement/recentfilesmenucontroller.hxx +++ b/framework/inc/uielement/recentfilesmenucontroller.hxx @@ -22,7 +22,6 @@ #include <macros/xserviceinfo.hxx> #include <svtools/popupmenucontrollerbase.hxx> -#include <macros/xserviceinfo.hxx> namespace framework { diff --git a/framework/source/uiconfiguration/uiconfigurationmanager.cxx b/framework/source/uiconfiguration/uiconfigurationmanager.cxx index 82dfc41fc3bf..604a19cfd8e7 100644 --- a/framework/source/uiconfiguration/uiconfigurationmanager.cxx +++ b/framework/source/uiconfiguration/uiconfigurationmanager.cxx @@ -37,7 +37,6 @@ #include <com/sun/star/io/XStream.hpp> #include <com/sun/star/ui/UIElementType.hpp> #include <com/sun/star/ui/ConfigurationEvent.hpp> -#include <com/sun/star/ui/ConfigurationEvent.hpp> #include <com/sun/star/ui/DocumentAcceleratorConfiguration.hpp> #include <vcl/svapp.hxx> diff --git a/framework/source/uielement/langselectionstatusbarcontroller.cxx b/framework/source/uielement/langselectionstatusbarcontroller.cxx index f8f3a025f4d8..b682c1865880 100644 --- a/framework/source/uielement/langselectionstatusbarcontroller.cxx +++ b/framework/source/uielement/langselectionstatusbarcontroller.cxx @@ -46,7 +46,6 @@ #include <com/sun/star/frame/XDispatchProvider.hpp> #include <comphelper/processfactory.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/gen.hxx> #include <com/sun/star/awt/Command.hpp> #include <svl/languageoptions.hxx> diff --git a/framework/source/uielement/statusbarmanager.cxx b/framework/source/uielement/statusbarmanager.cxx index 587c85d0eca2..bb5cfd2ef589 100644 --- a/framework/source/uielement/statusbarmanager.cxx +++ b/framework/source/uielement/statusbarmanager.cxx @@ -46,7 +46,6 @@ #include <comphelper/processfactory.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <svtools/statusbarcontroller.hxx> -#include <comphelper/processfactory.hxx> #include <vcl/status.hxx> #include <vcl/svapp.hxx> diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx index c6a8609da02b..a975808dbd7c 100644 --- a/linguistic/source/dlistimp.cxx +++ b/linguistic/source/dlistimp.cxx @@ -25,7 +25,6 @@ #include <tools/urlobj.hxx> #include <unotools/pathoptions.hxx> #include <unotools/useroptions.hxx> -#include <cppuhelper/factory.hxx> #include <cppuhelper/supportsservice.hxx> #include <unotools/localfilehelper.hxx> #include <comphelper/processfactory.hxx> diff --git a/lotuswordpro/source/filter/LotusWordProImportFilter.cxx b/lotuswordpro/source/filter/LotusWordProImportFilter.cxx index 837ae82a5682..9e353b148920 100644 --- a/lotuswordpro/source/filter/LotusWordProImportFilter.cxx +++ b/lotuswordpro/source/filter/LotusWordProImportFilter.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <com/sun/star/xml/sax/XParser.hpp> #include <com/sun/star/ucb/XCommandEnvironment.hpp> -#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/uno/Reference.hxx> #include <comphelper/processfactory.hxx> #include <xmloff/attrlist.hxx> diff --git a/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx b/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx index 571b5a3190cc..e1052936175c 100644 --- a/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx +++ b/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx @@ -76,7 +76,6 @@ #include "xfilter/xfdrawlinestyle.hxx" #include "xfilter/xfparagraph.hxx" #include "xfilter/xfstylemanager.hxx" -#include "xfilter/xfdrawgroup.hxx" LwpSdwGroupLoaderV0102::LwpSdwGroupLoaderV0102(SvStream* pStream, LwpGraphicObject* pGraphicObj) : m_pStream(pStream) diff --git a/mysqlc/source/mysqlc_statement.cxx b/mysqlc/source/mysqlc_statement.cxx index a275689a2a4a..ddfe5f6e4910 100644 --- a/mysqlc/source/mysqlc_statement.cxx +++ b/mysqlc/source/mysqlc_statement.cxx @@ -49,8 +49,6 @@ using namespace com::sun::star::io; using namespace com::sun::star::util; using ::osl::MutexGuard; -#include <stdio.h> - /* {{{ OConnection::OCommonStatement() -I- */ OCommonStatement::OCommonStatement(OConnection* _pConnection, sql::Statement *_cppStatement) :OCommonStatement_IBase(m_aMutex) diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx index 355d760abbce..eb4e4f3d47ff 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx +++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx @@ -50,7 +50,6 @@ #include <com/sun/star/task/XStatusIndicatorFactory.hpp> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> #include <com/sun/star/style/XStyleLoader.hpp> -#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/document/XExtendedFilterDetection.hpp> #include <com/sun/star/beans/PropertyState.hpp> #include <com/sun/star/ucb/SimpleFileAccess.hpp> diff --git a/offapi/com/sun/star/awt/XPopupMenu.idl b/offapi/com/sun/star/awt/XPopupMenu.idl index c2bf7e90a2f9..8637be10e42d 100644 --- a/offapi/com/sun/star/awt/XPopupMenu.idl +++ b/offapi/com/sun/star/awt/XPopupMenu.idl @@ -24,10 +24,6 @@ #include <com/sun/star/awt/XMenu.idl> #include <com/sun/star/graphic/XGraphic.idl> -#include <com/sun/star/awt/XMenu.idl> - -#include <com/sun/star/awt/Rectangle.idl> - module com { module sun { module star { module awt { published interface XWindowPeer; diff --git a/offapi/com/sun/star/script/XLibraryContainer.idl b/offapi/com/sun/star/script/XLibraryContainer.idl index e90bd7196dc2..9b768fe8994b 100644 --- a/offapi/com/sun/star/script/XLibraryContainer.idl +++ b/offapi/com/sun/star/script/XLibraryContainer.idl @@ -31,9 +31,6 @@ #include <com/sun/star/lang/WrappedTargetException.idl> -#include <com/sun/star/container/ElementExistException.idl> -#include <com/sun/star/lang/WrappedTargetException.idl> - module com { module sun { module star { module script { diff --git a/offapi/com/sun/star/text/CellRange.idl b/offapi/com/sun/star/text/CellRange.idl index fa346a524a06..e99f32b6f14a 100644 --- a/offapi/com/sun/star/text/CellRange.idl +++ b/offapi/com/sun/star/text/CellRange.idl @@ -29,7 +29,6 @@ #include <com/sun/star/style/CharacterPropertiesAsian.idl> #include <com/sun/star/style/CharacterPropertiesComplex.idl> #include <com/sun/star/style/CharacterProperties.idl> -#include <com/sun/star/sheet/XCellRangeData.idl> #include <com/sun/star/style/GraphicLocation.idl> #include <com/sun/star/chart/XChartDataArray.idl> diff --git a/offapi/com/sun/star/util/XNumberFormatPreviewer.idl b/offapi/com/sun/star/util/XNumberFormatPreviewer.idl index 98cfbc8a8d92..00db87678bb6 100644 --- a/offapi/com/sun/star/util/XNumberFormatPreviewer.idl +++ b/offapi/com/sun/star/util/XNumberFormatPreviewer.idl @@ -26,8 +26,6 @@ #include <com/sun/star/util/MalformedNumberFormatException.idl> -#include <com/sun/star/util/Color.idl> - module com { module sun { module star { module util { diff --git a/offapi/com/sun/star/util/XNumberFormatter.idl b/offapi/com/sun/star/util/XNumberFormatter.idl index 73efb908d671..dd32f4862e3f 100644 --- a/offapi/com/sun/star/util/XNumberFormatter.idl +++ b/offapi/com/sun/star/util/XNumberFormatter.idl @@ -26,8 +26,6 @@ #include <com/sun/star/util/NotNumericException.idl> -#include <com/sun/star/util/Color.idl> - module com { module sun { module star { module util { diff --git a/offapi/com/sun/star/xforms/XFormsUIHelper1.idl b/offapi/com/sun/star/xforms/XFormsUIHelper1.idl index c37739782941..1045212d9cb9 100644 --- a/offapi/com/sun/star/xforms/XFormsUIHelper1.idl +++ b/offapi/com/sun/star/xforms/XFormsUIHelper1.idl @@ -26,7 +26,6 @@ #include <com/sun/star/container/XSet.idl> #include <com/sun/star/xforms/XDataTypeRepository.idl> #include <com/sun/star/xml/dom/XDocument.idl> -#include <com/sun/star/xml/dom/XNode.idl> #include <com/sun/star/frame/XModel.idl> #include <com/sun/star/xforms/XModel.idl> |