dbaccess: remove unused includes
Change-Id: I633040297d73ecb851ea71a516b4308f6809d939 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143463 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
This commit is contained in:
parent
93651bd3a2
commit
e180a37b66
6 changed files with 0 additions and 32 deletions
|
@ -1,18 +1,6 @@
|
|||
---
|
||||
assumeFilename: dbaccess/source/ui/querydesign/QueryDesignView.cxx
|
||||
excludelist:
|
||||
dbaccess/source/inc/dbu_reghelper.hxx:
|
||||
# Needed for registrationhelper.hxx
|
||||
- com/sun/star/lang/XSingleServiceFactory.hpp
|
||||
- com/sun/star/lang/XMultiServiceFactory.hpp
|
||||
- rtl/ustring.hxx
|
||||
- cppuhelper/factory.hxx
|
||||
dbaccess/source/inc/flt_reghelper.hxx:
|
||||
# Needed for registrationhelper.hxx
|
||||
- com/sun/star/lang/XSingleServiceFactory.hpp
|
||||
- com/sun/star/lang/XMultiServiceFactory.hpp
|
||||
- rtl/ustring.hxx
|
||||
- cppuhelper/factory.hxx
|
||||
dbaccess/inc/strings.hrc:
|
||||
# Needed for TranslateId macro to work
|
||||
- unotools/resmgr.hxx
|
||||
|
@ -68,12 +56,6 @@ excludelist:
|
|||
dbaccess/source/filter/xml/xmlExport.cxx:
|
||||
# Needed for template
|
||||
- com/sun/star/frame/XModel.hpp
|
||||
dbaccess/source/shared/flt_reghelper.cxx:
|
||||
# Needed for weird included cxx file
|
||||
- comphelper/sequence.hxx
|
||||
dbaccess/source/shared/dbu_reghelper.cxx:
|
||||
# Needed for weird included cxx file
|
||||
- comphelper/sequence.hxx
|
||||
dbaccess/source/ui/app/AppDetailPageHelper.cxx:
|
||||
# Actually used
|
||||
- com/sun/star/sdbc/XConnection.hpp
|
||||
|
|
|
@ -10,17 +10,13 @@
|
|||
#include <sal/config.h>
|
||||
#include <test/unoapi_test.hxx>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/lang/XComponent.hpp>
|
||||
#include <com/sun/star/frame/XStorable.hpp>
|
||||
#include <com/sun/star/document/XEmbeddedScripts.hpp>
|
||||
#include <com/sun/star/script/XStorageBasedLibraryContainer.hpp>
|
||||
#include <com/sun/star/script/XLibraryContainer.hpp>
|
||||
#include <com/sun/star/util/XModifiable.hpp>
|
||||
#include <com/sun/star/util/XCloseable.hpp>
|
||||
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
|
||||
|
||||
#include <vcl/svapp.hxx>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
||||
|
|
|
@ -9,16 +9,12 @@
|
|||
|
||||
#include <sal/config.h>
|
||||
#include <test/unoapi_test.hxx>
|
||||
#include <com/sun/star/lang/XComponent.hpp>
|
||||
#include <com/sun/star/frame/XStorable.hpp>
|
||||
#include <com/sun/star/document/XEmbeddedScripts.hpp>
|
||||
#include <com/sun/star/script/XStorageBasedLibraryContainer.hpp>
|
||||
#include <com/sun/star/script/XLibraryContainer.hpp>
|
||||
#include <com/sun/star/util/XCloseable.hpp>
|
||||
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
|
||||
|
||||
#include <vcl/svapp.hxx>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <sal/config.h>
|
||||
#include <test/unoapi_test.hxx>
|
||||
#include <com/sun/star/util/XCloseable.hpp>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
|
|
@ -9,16 +9,12 @@
|
|||
|
||||
#include <sal/config.h>
|
||||
#include <test/unoapi_test.hxx>
|
||||
#include <com/sun/star/lang/XComponent.hpp>
|
||||
#include <com/sun/star/frame/XStorable.hpp>
|
||||
#include <com/sun/star/document/XEmbeddedScripts.hpp>
|
||||
#include <com/sun/star/script/XStorageBasedLibraryContainer.hpp>
|
||||
#include <com/sun/star/script/XLibraryContainer.hpp>
|
||||
#include <com/sun/star/util/XCloseable.hpp>
|
||||
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
|
||||
|
||||
#include <vcl/svapp.hxx>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include <sal/config.h>
|
||||
#include <test/unoapi_test.hxx>
|
||||
#include <com/sun/star/sdb/XOfficeDatabaseDocument.hpp>
|
||||
#include <com/sun/star/lang/XComponent.hpp>
|
||||
#include <com/sun/star/sdb/CommandType.hpp>
|
||||
#include <com/sun/star/sdbc/XConnection.hpp>
|
||||
#include <com/sun/star/sdbc/XResultSet.hpp>
|
||||
|
|
Loading…
Reference in a new issue