diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-14 22:31:33 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-15 11:17:24 +0200 |
commit | b4d36b5dcfc84b2aa8913ac69ad12077713cee84 (patch) | |
tree | dafa07a7290a7e913eeb3d7a23c4366d01fcf2d8 /dbaccess | |
parent | c8c74a0b4ca6f3a3619f423b6548c80c52392ae0 (diff) |
remove some unused comphelper includes
and fix the fallout
Change-Id: I5d0c2040f57a3ac354a7e277592da31d09a5f359
Reviewed-on: https://gerrit.libreoffice.org/52894
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'dbaccess')
59 files changed, 4 insertions, 67 deletions
diff --git a/dbaccess/source/core/api/CIndexes.cxx b/dbaccess/source/core/api/CIndexes.cxx index ed713db72a53..1a9bde5569e0 100644 --- a/dbaccess/source/core/api/CIndexes.cxx +++ b/dbaccess/source/core/api/CIndexes.cxx @@ -23,7 +23,6 @@ #include <com/sun/star/sdbc/IndexType.hpp> #include <stringconstants.hxx> #include <connectivity/dbtools.hxx> -#include <comphelper/extract.hxx> using namespace connectivity; diff --git a/dbaccess/source/core/api/CacheSet.cxx b/dbaccess/source/core/api/CacheSet.cxx index c8ba3635aa2f..ddd7d0575d79 100644 --- a/dbaccess/source/core/api/CacheSet.cxx +++ b/dbaccess/source/core/api/CacheSet.cxx @@ -36,7 +36,6 @@ #include <connectivity/dbtools.hxx> #include <com/sun/star/sdbcx/KeyType.hpp> -#include <comphelper/extract.hxx> #include <com/sun/star/io/XInputStream.hpp> #include <comphelper/types.hxx> #include <rtl/ustrbuf.hxx> diff --git a/dbaccess/source/core/api/RowSetBase.hxx b/dbaccess/source/core/api/RowSetBase.hxx index 103419cc035d..630209ae9bf3 100644 --- a/dbaccess/source/core/api/RowSetBase.hxx +++ b/dbaccess/source/core/api/RowSetBase.hxx @@ -39,7 +39,6 @@ #include <com/sun/star/util/XNumberFormatTypes.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include "RowSetRow.hxx" -#include <comphelper/broadcasthelper.hxx> #include "RowSetCacheIterator.hxx" #include <functional> diff --git a/dbaccess/source/core/api/RowSetCache.cxx b/dbaccess/source/core/api/RowSetCache.cxx index 5ad4cdc22d5f..a4b082a21583 100644 --- a/dbaccess/source/core/api/RowSetCache.cxx +++ b/dbaccess/source/core/api/RowSetCache.cxx @@ -44,7 +44,6 @@ #include <comphelper/extract.hxx> #include <comphelper/property.hxx> #include <comphelper/seqstream.hxx> -#include <comphelper/uno3.hxx> #include <connectivity/dbexception.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/sqliterator.hxx> diff --git a/dbaccess/source/core/api/TableDeco.cxx b/dbaccess/source/core/api/TableDeco.cxx index 0312a3122c68..a57883ba2ba2 100644 --- a/dbaccess/source/core/api/TableDeco.cxx +++ b/dbaccess/source/core/api/TableDeco.cxx @@ -27,8 +27,6 @@ #include <osl/diagnose.h> #include <cppuhelper/typeprovider.hxx> -#include <comphelper/enumhelper.hxx> -#include <comphelper/container.hxx> #include <comphelper/sequence.hxx> #include <comphelper/property.hxx> #include <comphelper/types.hxx> @@ -39,7 +37,6 @@ #include <com/sun/star/beans/PropertyAttribute.hpp> #include <connectivity/dbtools.hxx> #include <connectivity/dbexception.hxx> -#include <comphelper/extract.hxx> #include <ContainerMediator.hxx> using namespace dbaccess; diff --git a/dbaccess/source/core/api/column.cxx b/dbaccess/source/core/api/column.cxx index e9e7ae90dbf6..fcbd4e9fb456 100644 --- a/dbaccess/source/core/api/column.cxx +++ b/dbaccess/source/core/api/column.cxx @@ -29,8 +29,6 @@ #include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/DataType.hpp> -#include <comphelper/enumhelper.hxx> -#include <comphelper/extract.hxx> #include <comphelper/property.hxx> #include <comphelper/seqstream.hxx> #include <comphelper/sequence.hxx> diff --git a/dbaccess/source/core/api/querycontainer.cxx b/dbaccess/source/core/api/querycontainer.cxx index 6c9a4da2f9f2..8215be2e48ce 100644 --- a/dbaccess/source/core/api/querycontainer.cxx +++ b/dbaccess/source/core/api/querycontainer.cxx @@ -34,11 +34,9 @@ #include <connectivity/dbexception.hxx> #include <osl/diagnose.h> -#include <comphelper/enumhelper.hxx> #include <comphelper/uno3.hxx> #include <comphelper/property.hxx> #include <comphelper/sequence.hxx> -#include <comphelper/extract.hxx> #include <cppuhelper/exc_hlp.hxx> using namespace dbtools; diff --git a/dbaccess/source/core/api/table.cxx b/dbaccess/source/core/api/table.cxx index c2f13dcf9bdc..d0a414e03693 100644 --- a/dbaccess/source/core/api/table.cxx +++ b/dbaccess/source/core/api/table.cxx @@ -28,8 +28,6 @@ #include <osl/diagnose.h> #include <cppuhelper/typeprovider.hxx> -#include <comphelper/enumhelper.hxx> -#include <comphelper/container.hxx> #include <comphelper/sequence.hxx> #include <comphelper/types.hxx> #include <com/sun/star/util/XRefreshListener.hpp> diff --git a/dbaccess/source/core/api/tablecontainer.cxx b/dbaccess/source/core/api/tablecontainer.cxx index 61b182bc25ac..ad83c8a866fa 100644 --- a/dbaccess/source/core/api/tablecontainer.cxx +++ b/dbaccess/source/core/api/tablecontainer.cxx @@ -23,7 +23,6 @@ #include <comphelper/property.hxx> #include <comphelper/processfactory.hxx> #include <tools/debug.hxx> -#include <comphelper/enumhelper.hxx> #include <core_resource.hxx> #include <strings.hrc> #include <com/sun/star/sdb/CommandType.hpp> @@ -41,7 +40,6 @@ #include <com/sun/star/sdbc/XRow.hpp> #include <comphelper/types.hxx> #include <connectivity/dbtools.hxx> -#include <comphelper/extract.hxx> #include <connectivity/dbexception.hxx> #include <TableDeco.hxx> #include <sdbcoretools.hxx> diff --git a/dbaccess/source/core/api/viewcontainer.cxx b/dbaccess/source/core/api/viewcontainer.cxx index f3004cb1c1c5..3e29c4ae1dcc 100644 --- a/dbaccess/source/core/api/viewcontainer.cxx +++ b/dbaccess/source/core/api/viewcontainer.cxx @@ -21,10 +21,8 @@ #include <stringconstants.hxx> #include <View.hxx> -#include <comphelper/enumhelper.hxx> #include <comphelper/types.hxx> #include <connectivity/dbtools.hxx> -#include <comphelper/extract.hxx> #include <connectivity/dbexception.hxx> #include <rtl/ustrbuf.hxx> diff --git a/dbaccess/source/core/dataaccess/bookmarkcontainer.cxx b/dbaccess/source/core/dataaccess/bookmarkcontainer.cxx index 006f19138dd0..57ba4ebae1f8 100644 --- a/dbaccess/source/core/dataaccess/bookmarkcontainer.cxx +++ b/dbaccess/source/core/dataaccess/bookmarkcontainer.cxx @@ -24,7 +24,6 @@ #include <osl/diagnose.h> #include <comphelper/sequence.hxx> #include <comphelper/enumhelper.hxx> -#include <comphelper/extract.hxx> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <com/sun/star/lang/NoSupportException.hpp> #include <com/sun/star/lang/XComponent.hpp> diff --git a/dbaccess/source/core/dataaccess/connection.cxx b/dbaccess/source/core/dataaccess/connection.cxx index 95999104e9f8..4919c9b42615 100644 --- a/dbaccess/source/core/dataaccess/connection.cxx +++ b/dbaccess/source/core/dataaccess/connection.cxx @@ -47,8 +47,6 @@ #include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <osl/diagnose.h> -#include <comphelper/extract.hxx> -#include <comphelper/uno3.hxx> #include <comphelper/sequence.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> diff --git a/dbaccess/source/core/dataaccess/databasecontext.cxx b/dbaccess/source/core/dataaccess/databasecontext.cxx index 1b55e47b4bd8..974d431109d7 100644 --- a/dbaccess/source/core/dataaccess/databasecontext.cxx +++ b/dbaccess/source/core/dataaccess/databasecontext.cxx @@ -51,7 +51,6 @@ #include <basic/basmgr.hxx> #include <comphelper/enumhelper.hxx> -#include <comphelper/evtlistenerhlp.hxx> #include <comphelper/namedvaluecollection.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> diff --git a/dbaccess/source/core/dataaccess/datasource.cxx b/dbaccess/source/core/dataaccess/datasource.cxx index d06413fc59dd..135d5964df25 100644 --- a/dbaccess/source/core/dataaccess/datasource.cxx +++ b/dbaccess/source/core/dataaccess/datasource.cxx @@ -52,7 +52,6 @@ #include <comphelper/guarding.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/interaction.hxx> -#include <comphelper/namedvaluecollection.hxx> #include <comphelper/property.hxx> #include <comphelper/seqstream.hxx> #include <comphelper/sequence.hxx> diff --git a/dbaccess/source/core/dataaccess/datasource.hxx b/dbaccess/source/core/dataaccess/datasource.hxx index a330cccd9625..faa7b9901221 100644 --- a/dbaccess/source/core/dataaccess/datasource.hxx +++ b/dbaccess/source/core/dataaccess/datasource.hxx @@ -39,7 +39,6 @@ #include <bookmarkcontainer.hxx> #include <rtl/ref.hxx> #include <connectivity/CommonTools.hxx> -#include <comphelper/broadcasthelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/sdb/XCompletedConnection.hpp> diff --git a/dbaccess/source/core/dataaccess/definitioncontainer.cxx b/dbaccess/source/core/dataaccess/definitioncontainer.cxx index c173226b9945..95b4676006ba 100644 --- a/dbaccess/source/core/dataaccess/definitioncontainer.cxx +++ b/dbaccess/source/core/dataaccess/definitioncontainer.cxx @@ -28,7 +28,6 @@ #include <osl/diagnose.h> #include <comphelper/sequence.hxx> #include <comphelper/enumhelper.hxx> -#include <comphelper/extract.hxx> #include <cppuhelper/exc_hlp.hxx> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <com/sun/star/lang/XComponent.hpp> diff --git a/dbaccess/source/core/inc/ContentHelper.hxx b/dbaccess/source/core/inc/ContentHelper.hxx index 7f201e3f229b..a60a45a30ad1 100644 --- a/dbaccess/source/core/inc/ContentHelper.hxx +++ b/dbaccess/source/core/inc/ContentHelper.hxx @@ -34,7 +34,6 @@ #include <cppuhelper/compbase.hxx> #include <cppuhelper/basemutex.hxx> #include <comphelper/interfacecontainer2.hxx> -#include <comphelper/uno3.hxx> #include <com/sun/star/beans/Property.hpp> #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/sdbcx/XRename.hpp> diff --git a/dbaccess/source/core/inc/ModelImpl.hxx b/dbaccess/source/core/inc/ModelImpl.hxx index 20e62457456a..4a763c577912 100644 --- a/dbaccess/source/core/inc/ModelImpl.hxx +++ b/dbaccess/source/core/inc/ModelImpl.hxx @@ -55,7 +55,6 @@ #include <com/sun/star/util/XRefreshable.hpp> #include <com/sun/star/sdb/XDocumentDataSource.hpp> -#include <comphelper/broadcasthelper.hxx> #include <comphelper/namedvaluecollection.hxx> #include <comphelper/proparrhlp.hxx> #include <comphelper/sharedmutex.hxx> diff --git a/dbaccess/source/core/inc/PropertyForward.hxx b/dbaccess/source/core/inc/PropertyForward.hxx index 5caa9bef5bb7..94a351b78d10 100644 --- a/dbaccess/source/core/inc/PropertyForward.hxx +++ b/dbaccess/source/core/inc/PropertyForward.hxx @@ -25,7 +25,6 @@ #include <com/sun/star/container/XNameContainer.hpp> #include <cppuhelper/implbase.hxx> #include <cppuhelper/basemutex.hxx> -#include <comphelper/broadcasthelper.hxx> #include <vector> diff --git a/dbaccess/source/core/misc/PropertyForward.cxx b/dbaccess/source/core/misc/PropertyForward.cxx index 137528fb7b71..1b3f061f84b2 100644 --- a/dbaccess/source/core/misc/PropertyForward.cxx +++ b/dbaccess/source/core/misc/PropertyForward.cxx @@ -21,6 +21,7 @@ #include <stringconstants.hxx> #include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp> #include <com/sun/star/sdbcx/XAppend.hpp> diff --git a/dbaccess/source/core/recovery/dbdocrecovery.cxx b/dbaccess/source/core/recovery/dbdocrecovery.cxx index f58e284d7b3f..8ad356b80b36 100644 --- a/dbaccess/source/core/recovery/dbdocrecovery.cxx +++ b/dbaccess/source/core/recovery/dbdocrecovery.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/io/TextInputStream.hpp> #include <com/sun/star/util/XModifiable.hpp> -#include <comphelper/namedvaluecollection.hxx> #include <rtl/ustrbuf.hxx> #include <tools/diagnose_ex.h> diff --git a/dbaccess/source/filter/xml/xmlStyleImport.cxx b/dbaccess/source/filter/xml/xmlStyleImport.cxx index b60d11fad841..55878ad61c48 100644 --- a/dbaccess/source/filter/xml/xmlStyleImport.cxx +++ b/dbaccess/source/filter/xml/xmlStyleImport.cxx @@ -27,7 +27,6 @@ #include <xmloff/xmltoken.hxx> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> #include <com/sun/star/container/XNameContainer.hpp> -#include <comphelper/extract.hxx> #include <xmloff/xmlprcon.hxx> #include <xmloff/xmluconv.hxx> #include <osl/diagnose.h> diff --git a/dbaccess/source/filter/xml/xmlTable.cxx b/dbaccess/source/filter/xml/xmlTable.cxx index 5b35fedaa7ac..a951ab1302c6 100644 --- a/dbaccess/source/filter/xml/xmlTable.cxx +++ b/dbaccess/source/filter/xml/xmlTable.cxx @@ -30,7 +30,6 @@ #include <ucbhelper/content.hxx> #include <com/sun/star/ucb/XCommandEnvironment.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> -#include <comphelper/namecontainer.hxx> #include <comphelper/propertysequence.hxx> namespace dbaxml diff --git a/dbaccess/source/filter/xml/xmlfilter.cxx b/dbaccess/source/filter/xml/xmlfilter.cxx index 2be57bf4343a..906a2bd69272 100644 --- a/dbaccess/source/filter/xml/xmlfilter.cxx +++ b/dbaccess/source/filter/xml/xmlfilter.cxx @@ -55,8 +55,8 @@ #include <tools/diagnose_ex.h> #include <osl/diagnose.h> #include <comphelper/processfactory.hxx> +#include <comphelper/types.hxx> #include <comphelper/namedvaluecollection.hxx> -#include <comphelper/uno3.hxx> #include <cppuhelper/exc_hlp.hxx> #include <connectivity/DriversConfig.hxx> #include <dsntypes.hxx> diff --git a/dbaccess/source/sdbtools/misc/sdbt_services.cxx b/dbaccess/source/sdbtools/misc/sdbt_services.cxx index 40943501bf4d..9c31a5c56909 100644 --- a/dbaccess/source/sdbtools/misc/sdbt_services.cxx +++ b/dbaccess/source/sdbtools/misc/sdbt_services.cxx @@ -18,7 +18,7 @@ */ #include <connectiontools.hxx> -#include <comphelper/componentmodule.hxx> +#include <cppuhelper/factory.hxx> using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; diff --git a/dbaccess/source/ui/app/AppControllerDnD.cxx b/dbaccess/source/ui/app/AppControllerDnD.cxx index 238dcf83ebce..e9889c442f83 100644 --- a/dbaccess/source/ui/app/AppControllerDnD.cxx +++ b/dbaccess/source/ui/app/AppControllerDnD.cxx @@ -57,7 +57,6 @@ #include <dbu_reghelper.hxx> #include <strings.hrc> #include <vcl/menu.hxx> -#include <comphelper/uno3.hxx> #include <vcl/svapp.hxx> #include <svtools/svlbitm.hxx> #include <listviewitems.hxx> diff --git a/dbaccess/source/ui/browser/dbexchange.cxx b/dbaccess/source/ui/browser/dbexchange.cxx index e5f673c81643..41500c1c5dc3 100644 --- a/dbaccess/source/ui/browser/dbexchange.cxx +++ b/dbaccess/source/ui/browser/dbexchange.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/sdb/XResultSetAccess.hpp> #include <TokenWriter.hxx> #include <stringconstants.hxx> -#include <comphelper/uno3.hxx> #include <svx/dataaccessdescriptor.hxx> #include <UITools.hxx> diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx b/dbaccess/source/ui/browser/genericcontroller.cxx index 25688f5145c4..d911c15f1a01 100644 --- a/dbaccess/source/ui/browser/genericcontroller.cxx +++ b/dbaccess/source/ui/browser/genericcontroller.cxx @@ -18,7 +18,6 @@ */ #include <dbaccess/genericcontroller.hxx> -#include <comphelper/uno3.hxx> #include <toolkit/awt/vclxwindow.hxx> #include <browserids.hxx> #include <vcl/svapp.hxx> @@ -32,7 +31,6 @@ #include <cppuhelper/typeprovider.hxx> #include <framework/titlehelper.hxx> #include <comphelper/sequence.hxx> -#include <comphelper/extract.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/sdbc/XDataSource.hpp> #include <com/sun/star/sdb/DatabaseContext.hpp> diff --git a/dbaccess/source/ui/dlg/UserAdmin.hxx b/dbaccess/source/ui/dlg/UserAdmin.hxx index 0b1dc557fa9d..17fa0bdf5454 100644 --- a/dbaccess/source/ui/dlg/UserAdmin.hxx +++ b/dbaccess/source/ui/dlg/UserAdmin.hxx @@ -27,7 +27,6 @@ #include <vcl/group.hxx> #include <TableGrantCtrl.hxx> #include "adminpages.hxx" -#include <comphelper/uno3.hxx> namespace com { namespace sun { namespace star { namespace sdbc { diff --git a/dbaccess/source/ui/dlg/adminpages.cxx b/dbaccess/source/ui/dlg/adminpages.cxx index 520045fb09dd..f2129bd5acc8 100644 --- a/dbaccess/source/ui/dlg/adminpages.cxx +++ b/dbaccess/source/ui/dlg/adminpages.cxx @@ -32,6 +32,7 @@ #include "optionalboolitem.hxx" #include <sqlmessage.hxx> +#include <comphelper/types.hxx> #include <osl/file.hxx> #include <vcl/accel.hxx> #include <vcl/button.hxx> diff --git a/dbaccess/source/ui/dlg/dsselect.cxx b/dbaccess/source/ui/dlg/dsselect.cxx index 1711710d51d8..5bdea50c7530 100644 --- a/dbaccess/source/ui/dlg/dsselect.cxx +++ b/dbaccess/source/ui/dlg/dsselect.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> #include <com/sun/star/awt/XWindow.hpp> #include <stringconstants.hxx> -#include <comphelper/extract.hxx> #include <comphelper/types.hxx> #include <dsitems.hxx> #include <svl/stritem.hxx> diff --git a/dbaccess/source/ui/dlg/queryorder.cxx b/dbaccess/source/ui/dlg/queryorder.cxx index 16962ea0e0bb..75068c040397 100644 --- a/dbaccess/source/ui/dlg/queryorder.cxx +++ b/dbaccess/source/ui/dlg/queryorder.cxx @@ -28,7 +28,6 @@ #include <tools/debug.hxx> #include <connectivity/sqliterator.hxx> #include <connectivity/dbtools.hxx> -#include <comphelper/extract.hxx> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> #include <tools/diagnose_ex.h> #include <vcl/settings.hxx> diff --git a/dbaccess/source/ui/inc/IItemSetHelper.hxx b/dbaccess/source/ui/inc/IItemSetHelper.hxx index 6cc2c555e165..ef688f306b98 100644 --- a/dbaccess/source/ui/inc/IItemSetHelper.hxx +++ b/dbaccess/source/ui/inc/IItemSetHelper.hxx @@ -21,7 +21,6 @@ #define INCLUDED_DBACCESS_SOURCE_UI_INC_IITEMSETHELPER_HXX #include <sal/types.h> -#include <comphelper/uno3.hxx> #include <dsntypes.hxx> namespace com { namespace sun { namespace star { diff --git a/dbaccess/source/ui/inc/TablesSingleDlg.hxx b/dbaccess/source/ui/inc/TablesSingleDlg.hxx index b0ee3e4e30a1..4622f91a72ca 100644 --- a/dbaccess/source/ui/inc/TablesSingleDlg.hxx +++ b/dbaccess/source/ui/inc/TablesSingleDlg.hxx @@ -22,7 +22,6 @@ #include <sfx2/basedlgs.hxx> #include "IItemSetHelper.hxx" -#include <comphelper/uno3.hxx> #include <com/sun/star/beans/PropertyValue.hpp> #include <memory> diff --git a/dbaccess/source/ui/inc/UserAdminDlg.hxx b/dbaccess/source/ui/inc/UserAdminDlg.hxx index 1a373cabd5d1..bc7d692f9ee7 100644 --- a/dbaccess/source/ui/inc/UserAdminDlg.hxx +++ b/dbaccess/source/ui/inc/UserAdminDlg.hxx @@ -23,7 +23,6 @@ #include <sfx2/tabdlg.hxx> #include <dsntypes.hxx> #include "IItemSetHelper.hxx" -#include <comphelper/uno3.hxx> #include <memory> namespace com { namespace sun { namespace star { diff --git a/dbaccess/source/ui/inc/dbadmin.hxx b/dbaccess/source/ui/inc/dbadmin.hxx index b5e8be4e32b0..2bad2aaaba57 100644 --- a/dbaccess/source/ui/inc/dbadmin.hxx +++ b/dbaccess/source/ui/inc/dbadmin.hxx @@ -23,7 +23,6 @@ #include <sfx2/tabdlg.hxx> #include <dsntypes.hxx> #include "IItemSetHelper.hxx" -#include <comphelper/uno3.hxx> #include <memory> namespace com { namespace sun { namespace star { diff --git a/dbaccess/source/ui/inc/dbexchange.hxx b/dbaccess/source/ui/inc/dbexchange.hxx index ba6c6d3d819f..48a7fc7dc501 100644 --- a/dbaccess/source/ui/inc/dbexchange.hxx +++ b/dbaccess/source/ui/inc/dbexchange.hxx @@ -25,7 +25,6 @@ #include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/sdbc/XConnection.hpp> #include <svx/dbaexchange.hxx> -#include <comphelper/uno3.hxx> #include <vector> #include <rtl/ref.hxx> diff --git a/dbaccess/source/ui/inc/dbwiz.hxx b/dbaccess/source/ui/inc/dbwiz.hxx index 907a3d9a6701..14a7ef675fd6 100644 --- a/dbaccess/source/ui/inc/dbwiz.hxx +++ b/dbaccess/source/ui/inc/dbwiz.hxx @@ -23,7 +23,6 @@ #include <sfx2/tabdlg.hxx> #include <dsntypes.hxx> #include "IItemSetHelper.hxx" -#include <comphelper/uno3.hxx> #include <svtools/wizardmachine.hxx> #include <memory> diff --git a/dbaccess/source/ui/inc/dbwizsetup.hxx b/dbaccess/source/ui/inc/dbwizsetup.hxx index ce0d0c7d0a90..0f0588f9bf68 100644 --- a/dbaccess/source/ui/inc/dbwizsetup.hxx +++ b/dbaccess/source/ui/inc/dbwizsetup.hxx @@ -23,7 +23,6 @@ #include <sfx2/tabdlg.hxx> #include <dsntypes.hxx> #include "IItemSetHelper.hxx" -#include <comphelper/uno3.hxx> #include <tools/urlobj.hxx> #include <memory> #include <svtools/roadmapwizard.hxx> diff --git a/dbaccess/source/ui/misc/DExport.cxx b/dbaccess/source/ui/misc/DExport.cxx index 7d01589458d5..ddd3a07bc042 100644 --- a/dbaccess/source/ui/misc/DExport.cxx +++ b/dbaccess/source/ui/misc/DExport.cxx @@ -41,7 +41,6 @@ #include <sfx2/sfxhtml.hxx> #include <svl/numuno.hxx> #include <connectivity/dbtools.hxx> -#include <comphelper/extract.hxx> #include <TypeInfo.hxx> #include <FieldDescriptions.hxx> #include <UITools.hxx> diff --git a/dbaccess/source/ui/misc/HtmlReader.cxx b/dbaccess/source/ui/misc/HtmlReader.cxx index ca24a9f1ea4e..8bc0b36eb156 100644 --- a/dbaccess/source/ui/misc/HtmlReader.cxx +++ b/dbaccess/source/ui/misc/HtmlReader.cxx @@ -23,7 +23,6 @@ #include <toolkit/helper/vclunohelper.hxx> #include <tools/stream.hxx> #include <tools/tenccvt.hxx> -#include <comphelper/extract.hxx> #include <comphelper/string.hxx> #include <strings.hrc> #include <stringconstants.hxx> diff --git a/dbaccess/source/ui/misc/RtfReader.cxx b/dbaccess/source/ui/misc/RtfReader.cxx index 1ca5567a2cc6..f09ac52b8eb3 100644 --- a/dbaccess/source/ui/misc/RtfReader.cxx +++ b/dbaccess/source/ui/misc/RtfReader.cxx @@ -38,7 +38,6 @@ #include <strings.hrc> #include <connectivity/dbconversion.hxx> #include <connectivity/dbtools.hxx> -#include <comphelper/extract.hxx> #include <comphelper/string.hxx> #include <tools/color.hxx> #include <WExtendPages.hxx> diff --git a/dbaccess/source/ui/misc/WCopyTable.cxx b/dbaccess/source/ui/misc/WCopyTable.cxx index fe5b66048327..ca58612c2c81 100644 --- a/dbaccess/source/ui/misc/WCopyTable.cxx +++ b/dbaccess/source/ui/misc/WCopyTable.cxx @@ -46,7 +46,6 @@ #include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp> #include <com/sun/star/task/InteractionHandler.hpp> -#include <comphelper/extract.hxx> #include <comphelper/types.hxx> #include <comphelper/interaction.hxx> #include <connectivity/dbtools.hxx> diff --git a/dbaccess/source/ui/misc/databaseobjectview.cxx b/dbaccess/source/ui/misc/databaseobjectview.cxx index d21365727fab..301fac338545 100644 --- a/dbaccess/source/ui/misc/databaseobjectview.cxx +++ b/dbaccess/source/ui/misc/databaseobjectview.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/awt/Rectangle.hpp> -#include <comphelper/extract.hxx> #include <comphelper/sequence.hxx> #include <connectivity/dbtools.hxx> #include <osl/diagnose.h> diff --git a/dbaccess/source/ui/misc/datasourceconnector.cxx b/dbaccess/source/ui/misc/datasourceconnector.cxx index 434f000d907f..406575239f68 100644 --- a/dbaccess/source/ui/misc/datasourceconnector.cxx +++ b/dbaccess/source/ui/misc/datasourceconnector.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/sdb/SQLContext.hpp> #include <com/sun/star/sdbc/SQLWarning.hpp> #include <osl/thread.h> -#include <comphelper/extract.hxx> #include <comphelper/namedvaluecollection.hxx> #include <connectivity/dbexception.hxx> #include <com/sun/star/sdbc/XDataSource.hpp> diff --git a/dbaccess/source/ui/misc/linkeddocuments.cxx b/dbaccess/source/ui/misc/linkeddocuments.cxx index 778d838f0443..c3bd6fa4deaf 100644 --- a/dbaccess/source/ui/misc/linkeddocuments.cxx +++ b/dbaccess/source/ui/misc/linkeddocuments.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/ucb/OpenCommandArgument.hpp> #include <com/sun/star/ucb/OpenMode.hpp> #include <com/sun/star/task/XJobExecutor.hpp> -#include <comphelper/extract.hxx> #include <comphelper/types.hxx> #include <ucbhelper/content.hxx> #include <strings.hrc> diff --git a/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx b/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx index ddebfc064ddd..04a9da583b56 100644 --- a/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx +++ b/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx @@ -25,7 +25,6 @@ #include <toolkit/awt/vclxwindow.hxx> #include <TableConnection.hxx> #include <TableWindow.hxx> -#include <comphelper/uno3.hxx> #include <JoinDesignView.hxx> #include <JoinController.hxx> #include <comphelper/sequence.hxx> diff --git a/dbaccess/source/ui/querydesign/JoinController.cxx b/dbaccess/source/ui/querydesign/JoinController.cxx index dc2ad13b4aa7..a76706572b2d 100644 --- a/dbaccess/source/ui/querydesign/JoinController.cxx +++ b/dbaccess/source/ui/querydesign/JoinController.cxx @@ -22,7 +22,6 @@ #include <comphelper/types.hxx> #include <stringconstants.hxx> #include <connectivity/dbtools.hxx> -#include <comphelper/extract.hxx> #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp> diff --git a/dbaccess/source/ui/querydesign/JoinDesignView.cxx b/dbaccess/source/ui/querydesign/JoinDesignView.cxx index c744c24b8d30..f3eced0bc113 100644 --- a/dbaccess/source/ui/querydesign/JoinDesignView.cxx +++ b/dbaccess/source/ui/querydesign/JoinDesignView.cxx @@ -33,7 +33,6 @@ #include <ConnectionLineData.hxx> #include <TableConnectionData.hxx> #include <stringconstants.hxx> -#include <comphelper/extract.hxx> #include <UITools.hxx> #include <vcl/settings.hxx> diff --git a/dbaccess/source/ui/querydesign/QTableWindow.cxx b/dbaccess/source/ui/querydesign/QTableWindow.cxx index 8daae7f44de9..b5acfc05bbcd 100644 --- a/dbaccess/source/ui/querydesign/QTableWindow.cxx +++ b/dbaccess/source/ui/querydesign/QTableWindow.cxx @@ -35,9 +35,7 @@ #include <com/sun/star/sdbcx/KeyType.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> #include "TableFieldInfo.hxx" -#include <comphelper/extract.hxx> #include <comphelper/string.hxx> -#include <comphelper/uno3.hxx> #include <UITools.hxx> #include <svtools/treelistentry.hxx> diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx b/dbaccess/source/ui/querydesign/QueryDesignView.cxx index 60d0d92c148e..db4cc89d46fa 100644 --- a/dbaccess/source/ui/querydesign/QueryDesignView.cxx +++ b/dbaccess/source/ui/querydesign/QueryDesignView.cxx @@ -36,7 +36,6 @@ #include <strings.hrc> #include <strings.hxx> #include <unotools/configmgr.hxx> -#include <comphelper/extract.hxx> #include <comphelper/string.hxx> #include <comphelper/types.hxx> #include <connectivity/dbtools.hxx> diff --git a/dbaccess/source/ui/querydesign/QueryTableView.cxx b/dbaccess/source/ui/querydesign/QueryTableView.cxx index 53c36fb0dac5..12688f0b4877 100644 --- a/dbaccess/source/ui/querydesign/QueryTableView.cxx +++ b/dbaccess/source/ui/querydesign/QueryTableView.cxx @@ -45,7 +45,6 @@ #include <comphelper/sequence.hxx> #include "querydlg.hxx" #include <JoinExchange.hxx> -#include <comphelper/extract.hxx> #include <core_resource.hxx> #include <strings.hrc> #include <strings.hxx> diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx index 780e3dc02ee8..94a6897bde6d 100644 --- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx +++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx @@ -25,7 +25,6 @@ #include <sqlbison.hxx> #include <QueryTableView.hxx> #include <browserids.hxx> -#include <comphelper/extract.hxx> #include <comphelper/stl_types.hxx> #include <comphelper/string.hxx> #include <comphelper/types.hxx> diff --git a/dbaccess/source/ui/querydesign/TableWindow.cxx b/dbaccess/source/ui/querydesign/TableWindow.cxx index 6d29cb77bc30..d13b2d49f4e5 100644 --- a/dbaccess/source/ui/querydesign/TableWindow.cxx +++ b/dbaccess/source/ui/querydesign/TableWindow.cxx @@ -37,7 +37,6 @@ #include <querycontroller.hxx> #include <stringconstants.hxx> #include <bitmaps.hlst> -#include <comphelper/extract.hxx> #include <UITools.hxx> #include <TableWindowAccess.hxx> #include <browserids.hxx> diff --git a/dbaccess/source/ui/relationdesign/RelationController.cxx b/dbaccess/source/ui/relationdesign/RelationController.cxx index 8256aaaaf111..78ffb0d342d8 100644 --- a/dbaccess/source/ui/relationdesign/RelationController.cxx +++ b/dbaccess/source/ui/relationdesign/RelationController.cxx @@ -34,7 +34,6 @@ #include <core_resource.hxx> #include <stringconstants.hxx> #include <connectivity/dbtools.hxx> -#include <comphelper/extract.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/container/XNameContainer.hpp> diff --git a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx index e1779a816cf1..eafa83720b28 100644 --- a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx +++ b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx @@ -32,7 +32,6 @@ #include <ConnectionLineData.hxx> #include <RTableConnectionData.hxx> #include <stringconstants.hxx> -#include <comphelper/extract.hxx> #include <UITools.hxx> using namespace ::dbaui; diff --git a/dbaccess/source/ui/relationdesign/RelationTableView.cxx b/dbaccess/source/ui/relationdesign/RelationTableView.cxx index 7c9827489458..2346efadd685 100644 --- a/dbaccess/source/ui/relationdesign/RelationTableView.cxx +++ b/dbaccess/source/ui/relationdesign/RelationTableView.cxx @@ -19,7 +19,6 @@ #include <RelationTableView.hxx> #include <JoinExchange.hxx> -#include <comphelper/extract.hxx> #include <core_resource.hxx> #include <browserids.hxx> #include <com/sun/star/sdbcx/XTablesSupplier.hpp> diff --git a/dbaccess/source/ui/uno/ColumnModel.cxx b/dbaccess/source/ui/uno/ColumnModel.cxx index f1f2f64a33a4..716add82c7db 100644 --- a/dbaccess/source/ui/uno/ColumnModel.cxx +++ b/dbaccess/source/ui/uno/ColumnModel.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/beans/PropertyAttribute.hpp> #include <cppuhelper/queryinterface.hxx> -#include <comphelper/extract.hxx> #include <stringconstants.hxx> #include <dbu_reghelper.hxx> #include <comphelper/property.hxx> diff --git a/dbaccess/source/ui/uno/unoadmin.cxx b/dbaccess/source/ui/uno/unoadmin.cxx index 5e1497a82805..7c665ce21ef3 100644 --- a/dbaccess/source/ui/uno/unoadmin.cxx +++ b/dbaccess/source/ui/uno/unoadmin.cxx @@ -22,7 +22,6 @@ #include <dbu_reghelper.hxx> #include <unoadmin.hxx> #include <dbadmin.hxx> -#include <comphelper/extract.hxx> #include <cppuhelper/typeprovider.hxx> #include <comphelper/property.hxx> |