[Libreoffice-commits] core.git: dbaccess/source editeng/source extensions/test framework/inc framework/source linguistic/source lotuswordpro/source mysqlc/source odk/examples offapi/com

Takeshi Abe tabe at fixedpoint.jp
Mon Dec 9 22:55:43 PST 2013


 dbaccess/source/core/misc/DatabaseDataProvider.cxx                                               |    1 -
 dbaccess/source/ui/dlg/AutoControls_tmpl.hrc                                                     |    1 -
 editeng/source/accessibility/AccessibleEditableTextPara.cxx                                      |    1 -
 extensions/test/ole/unoTocomCalls/XCallback_Impl/StdAfx.h                                        |    1 -
 framework/inc/uielement/recentfilesmenucontroller.hxx                                            |    1 -
 framework/source/uiconfiguration/uiconfigurationmanager.cxx                                      |    1 -
 framework/source/uielement/langselectionstatusbarcontroller.cxx                                  |    1 -
 framework/source/uielement/statusbarmanager.cxx                                                  |    1 -
 linguistic/source/dlistimp.cxx                                                                   |    1 -
 lotuswordpro/source/filter/LotusWordProImportFilter.cxx                                          |    1 -
 lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx                                            |    1 -
 mysqlc/source/mysqlc_statement.cxx                                                               |    2 --
 odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx |    1 -
 offapi/com/sun/star/awt/XPopupMenu.idl                                                           |    4 ----
 offapi/com/sun/star/script/XLibraryContainer.idl                                                 |    3 ---
 offapi/com/sun/star/text/CellRange.idl                                                           |    1 -
 offapi/com/sun/star/util/XNumberFormatPreviewer.idl                                              |    2 --
 offapi/com/sun/star/util/XNumberFormatter.idl                                                    |    2 --
 offapi/com/sun/star/xforms/XFormsUIHelper1.idl                                                   |    1 -
 19 files changed, 27 deletions(-)

New commits:
commit dae9b7060dd60702c7bc9270c6efdba89e41106a
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Sun Dec 8 22:30:06 2013 +0900

    Drop duplicate #include
    
    Change-Id: Ib8969d5cd4898b81a5dcd90dc313abd28adfe052

diff --git a/dbaccess/source/core/misc/DatabaseDataProvider.cxx b/dbaccess/source/core/misc/DatabaseDataProvider.cxx
index 0666f60..2101c3a 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 39dee2b..47b1d1e 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 614294f..814b8ba 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 f437729..8124560 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 39d5fb4..494f13c 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 82dfc41..604a19cf 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 f8f3a02..b682c18 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 587c85d..bb5cfd2 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 c6a8609..a975808 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 837ae82..9e353b1 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 571b5a3..e105293 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 a275689..ddfe5f6 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 355d760..eb4e4f3 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 c2bf7e9..8637be1 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 e90bd71..9b768fe8 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 fa346a5..e99f32b 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 98cfbc8..00db876 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 73efb90..dd32f48 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 c377397..1045212 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>
 


More information about the Libreoffice-commits mailing list