diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-05-27 14:07:43 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-06-05 10:56:36 +0200 |
commit | 8ddca0648a2b673b7dd5357871f79a83c3830ed8 (patch) | |
tree | 33f6f1eaaa2d3f5f73ddbf25f40c60cbb365d663 /sc | |
parent | d3c650f6170894a87e59436cf48eba5622403e27 (diff) |
tdf#42949 remove unused compheler includes ..
and fix the fallout
Change-Id: I15bc5d626f4d157cbc69a87392078b41e621d14e
Reviewed-on: https://gerrit.libreoffice.org/54882
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc')
43 files changed, 3 insertions, 47 deletions
diff --git a/sc/qa/unit/helper/qahelper.hxx b/sc/qa/unit/helper/qahelper.hxx index f8d522e65387..98fe290f9dc7 100644 --- a/sc/qa/unit/helper/qahelper.hxx +++ b/sc/qa/unit/helper/qahelper.hxx @@ -24,7 +24,6 @@ #include <unotools/tempfile.hxx> #include <comphelper/fileformat.h> -#include <comphelper/storagehelper.hxx> #include <sfx2/docfilt.hxx> #include <sfx2/docfile.hxx> #include <svl/stritem.hxx> diff --git a/sc/qa/unit/screenshots/screenshots.cxx b/sc/qa/unit/screenshots/screenshots.cxx index 0bab57810918..5c0bb28fac0b 100644 --- a/sc/qa/unit/screenshots/screenshots.cxx +++ b/sc/qa/unit/screenshots/screenshots.cxx @@ -11,7 +11,6 @@ #include <test/screenshot_test.hxx> #include <com/sun/star/frame/Desktop.hpp> -#include <comphelper/string.hxx> #include <editeng/editids.hrc> #include <editeng/editview.hxx> #include <editeng/outliner.hxx> diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx index 8762cbcc339a..5a970f0a53fa 100644 --- a/sc/qa/unit/subsequent_export-test.cxx +++ b/sc/qa/unit/subsequent_export-test.cxx @@ -73,6 +73,7 @@ #include <com/sun/star/awt/XBitmap.hpp> #include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/graphic/GraphicType.hpp> +#include <comphelper/storagehelper.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sc/source/core/data/conditio.cxx b/sc/source/core/data/conditio.cxx index 173aa43dc763..4e93415542cf 100644 --- a/sc/source/core/data/conditio.cxx +++ b/sc/source/core/data/conditio.cxx @@ -23,7 +23,6 @@ #include <svl/zforlist.hxx> #include <rtl/math.hxx> #include <unotools/collatorwrapper.hxx> -#include <comphelper/stl_types.hxx> #include <com/sun/star/sheet/ConditionOperator2.hpp> diff --git a/sc/source/core/data/dpsave.cxx b/sc/source/core/data/dpsave.cxx index 2a30a7055202..df375a25f8ea 100644 --- a/sc/source/core/data/dpsave.cxx +++ b/sc/source/core/data/dpsave.cxx @@ -31,9 +31,7 @@ #include <sal/types.h> #include <osl/diagnose.h> #include <o3tl/make_unique.hxx> -#include <comphelper/string.hxx> #include <comphelper/stl_types.hxx> -#include <comphelper/sequence.hxx> #include <com/sun/star/sheet/GeneralFunction.hpp> #include <com/sun/star/sheet/GeneralFunction2.hpp> diff --git a/sc/source/core/data/dptabsrc.cxx b/sc/source/core/data/dptabsrc.cxx index d407585bff01..65e684ffcb65 100644 --- a/sc/source/core/data/dptabsrc.cxx +++ b/sc/source/core/data/dptabsrc.cxx @@ -57,7 +57,6 @@ #include <com/sun/star/sheet/DataPilotFieldAutoShowInfo.hpp> #include <com/sun/star/sheet/GeneralFunction2.hpp> -#include <comphelper/string.hxx> #include <unotools/collatorwrapper.hxx> #include <unotools/calendarwrapper.hxx> #include <com/sun/star/i18n/CalendarDisplayIndex.hpp> diff --git a/sc/source/core/data/global.cxx b/sc/source/core/data/global.cxx index 4e33090757f7..46c9870500e7 100644 --- a/sc/source/core/data/global.cxx +++ b/sc/source/core/data/global.cxx @@ -48,7 +48,6 @@ #include <i18nlangtag/mslangid.hxx> #include <com/sun/star/lang/Locale.hpp> #include <comphelper/processfactory.hxx> -#include <comphelper/random.hxx> #include <comphelper/string.hxx> #include <unotools/calendarwrapper.hxx> #include <unotools/collatorwrapper.hxx> diff --git a/sc/source/core/tool/address.cxx b/sc/source/core/tool/address.cxx index f97eed8ef039..1b4469e707be 100644 --- a/sc/source/core/tool/address.cxx +++ b/sc/source/core/tool/address.cxx @@ -28,7 +28,6 @@ #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/sheet/ExternalLinkInfo.hpp> #include <com/sun/star/sheet/ExternalLinkType.hpp> -#include <comphelper/string.hxx> #include <sfx2/objsh.hxx> #include <tools/urlobj.hxx> diff --git a/sc/source/core/tool/chartarr.cxx b/sc/source/core/tool/chartarr.cxx index 8e53779239d9..ba632ba1a386 100644 --- a/sc/source/core/tool/chartarr.cxx +++ b/sc/source/core/tool/chartarr.cxx @@ -31,7 +31,6 @@ #include <formulacell.hxx> #include <docoptio.hxx> -#include <comphelper/stl_types.hxx> #include <o3tl/make_unique.hxx> #include <formula/errorcodes.hxx> diff --git a/sc/source/core/tool/editutil.cxx b/sc/source/core/tool/editutil.cxx index b40764739a48..c475411fa371 100644 --- a/sc/source/core/tool/editutil.cxx +++ b/sc/source/core/tool/editutil.cxx @@ -19,7 +19,6 @@ #include <scitems.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/string.hxx> #include <editeng/eeitem.hxx> #include <svx/algitem.hxx> diff --git a/sc/source/core/tool/webservicelink.cxx b/sc/source/core/tool/webservicelink.cxx index e383ed7b2efd..6acd9ccaa06a 100644 --- a/sc/source/core/tool/webservicelink.cxx +++ b/sc/source/core/tool/webservicelink.cxx @@ -7,9 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <comphelper/fileformat.h> #include <comphelper/processfactory.hxx> -#include <comphelper/string.hxx> #include <osl/thread.h> #include <sfx2/linkmgr.hxx> #include <sfx2/bindings.hxx> diff --git a/sc/source/filter/excel/xiescher.cxx b/sc/source/filter/excel/xiescher.cxx index 9b5fc62503de..72343c7797eb 100644 --- a/sc/source/filter/excel/xiescher.cxx +++ b/sc/source/filter/excel/xiescher.cxx @@ -46,7 +46,6 @@ #include <unotools/fltrcfg.hxx> #include <vcl/dibtools.hxx> #include <vcl/wmf.hxx> -#include <comphelper/types.hxx> #include <comphelper/classids.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <basegfx/point/b2dpoint.hxx> diff --git a/sc/source/filter/inc/fapihelper.hxx b/sc/source/filter/inc/fapihelper.hxx index 8af382f16119..33631e8a0f75 100644 --- a/sc/source/filter/inc/fapihelper.hxx +++ b/sc/source/filter/inc/fapihelper.hxx @@ -28,7 +28,6 @@ #include <com/sun/star/beans/NamedValue.hpp> #include <osl/diagnose.h> #include <tools/color.hxx> -#include <comphelper/types.hxx> #include "ftools.hxx" #include <scdllapi.h> diff --git a/sc/source/filter/orcus/orcusfiltersimpl.cxx b/sc/source/filter/orcus/orcusfiltersimpl.cxx index 3205949dadfd..d907b3edfaa4 100644 --- a/sc/source/filter/orcus/orcusfiltersimpl.cxx +++ b/sc/source/filter/orcus/orcusfiltersimpl.cxx @@ -19,7 +19,6 @@ #include <svl/itemset.hxx> #include <rtl/bootstrap.hxx> #include <rtl/ustring.hxx> -#include <comphelper/string.hxx> #include <orcus/spreadsheet/import_interface.hpp> #include <orcus/orcus_csv.hpp> diff --git a/sc/source/ui/Accessibility/AccessibleCell.cxx b/sc/source/ui/Accessibility/AccessibleCell.cxx index 3093137bb3a2..21d0c48554d8 100644 --- a/sc/source/ui/Accessibility/AccessibleCell.cxx +++ b/sc/source/ui/Accessibility/AccessibleCell.cxx @@ -45,7 +45,6 @@ #include <com/sun/star/accessibility/AccessibleRelationType.hpp> #include <com/sun/star/accessibility/XAccessibleTable.hpp> #include <editeng/brushitem.hxx> -#include <comphelper/sequence.hxx> #include <float.h> #include <vcl/svapp.hxx> diff --git a/sc/source/ui/Accessibility/AccessibleCellBase.cxx b/sc/source/ui/Accessibility/AccessibleCellBase.cxx index 287a5b19a841..cd024862b5a5 100644 --- a/sc/source/ui/Accessibility/AccessibleCellBase.cxx +++ b/sc/source/ui/Accessibility/AccessibleCellBase.cxx @@ -41,7 +41,6 @@ #include <com/sun/star/table/ShadowFormat.hpp> #include <editeng/brushitem.hxx> #include <comphelper/sequence.hxx> -#include <comphelper/servicehelper.hxx> #include <sfx2/objsh.hxx> #include <vcl/svapp.hxx> diff --git a/sc/source/ui/Accessibility/AccessibleContextBase.cxx b/sc/source/ui/Accessibility/AccessibleContextBase.cxx index 9ff271df2863..ba615cd412a8 100644 --- a/sc/source/ui/Accessibility/AccessibleContextBase.cxx +++ b/sc/source/ui/Accessibility/AccessibleContextBase.cxx @@ -27,7 +27,6 @@ #include <toolkit/helper/convert.hxx> #include <svl/hint.hxx> #include <comphelper/sequence.hxx> -#include <comphelper/servicehelper.hxx> #include <cppuhelper/supportsservice.hxx> #include <unotools/accessiblerelationsethelper.hxx> #include <vcl/unohelp.hxx> diff --git a/sc/source/ui/Accessibility/AccessibleCsvControl.cxx b/sc/source/ui/Accessibility/AccessibleCsvControl.cxx index 85985c4b722c..440765700deb 100644 --- a/sc/source/ui/Accessibility/AccessibleCsvControl.cxx +++ b/sc/source/ui/Accessibility/AccessibleCsvControl.cxx @@ -34,7 +34,6 @@ #include <unotools/accessiblerelationsethelper.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <comphelper/sequence.hxx> -#include <comphelper/servicehelper.hxx> #include <scitems.hxx> #include <editeng/fontitem.hxx> #include <editeng/fhgtitem.hxx> diff --git a/sc/source/ui/Accessibility/AccessibleDocument.cxx b/sc/source/ui/Accessibility/AccessibleDocument.cxx index 640854d0fd33..87614409999b 100644 --- a/sc/source/ui/Accessibility/AccessibleDocument.cxx +++ b/sc/source/ui/Accessibility/AccessibleDocument.cxx @@ -54,7 +54,6 @@ #include <svx/AccessibleShapeInfo.hxx> #include <svx/IAccessibleParent.hxx> #include <comphelper/sequence.hxx> -#include <comphelper/servicehelper.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/docfile.hxx> #include <svx/unoshape.hxx> diff --git a/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx b/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx index aa45b54dcef5..96c0d8baed44 100644 --- a/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx +++ b/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx @@ -54,7 +54,6 @@ #include <unotools/accessiblerelationsethelper.hxx> #include <vcl/svapp.hxx> #include <sfx2/docfile.hxx> -#include <comphelper/servicehelper.hxx> #include <utility> #include <vector> diff --git a/sc/source/ui/Accessibility/AccessibleEditObject.cxx b/sc/source/ui/Accessibility/AccessibleEditObject.cxx index 2977a88fd905..5af3996b14cc 100644 --- a/sc/source/ui/Accessibility/AccessibleEditObject.cxx +++ b/sc/source/ui/Accessibility/AccessibleEditObject.cxx @@ -35,7 +35,6 @@ #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/sheet/XSpreadsheetDocument.hpp> #include <com/sun/star/sheet/XSpreadsheet.hpp> -#include <comphelper/servicehelper.hxx> #include <svx/AccessibleTextHelper.hxx> #include <editeng/editview.hxx> #include <editeng/editeng.hxx> diff --git a/sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx b/sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx index 2bd2d38664e6..69538abbf141 100644 --- a/sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx +++ b/sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx @@ -35,7 +35,6 @@ #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <editeng/editobj.hxx> #include <svx/AccessibleTextHelper.hxx> -#include <comphelper/servicehelper.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <rtl/ustrbuf.hxx> #include <toolkit/helper/convert.hxx> diff --git a/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx b/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx index 52b5c7f12514..e493257ea5c9 100644 --- a/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx +++ b/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx @@ -35,7 +35,6 @@ #include <vcl/window.hxx> #include <vcl/svapp.hxx> #include <toolkit/helper/convert.hxx> -#include <comphelper/servicehelper.hxx> #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <o3tl/make_unique.hxx> using namespace ::com::sun::star; diff --git a/sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx b/sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx index 80eb03c026a5..b909933d2f39 100644 --- a/sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx +++ b/sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx @@ -40,7 +40,6 @@ #include <svl/hint.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <comphelper/sequence.hxx> -#include <comphelper/servicehelper.hxx> #include <toolkit/helper/convert.hxx> #include <o3tl/make_unique.hxx> #ifdef indices diff --git a/sc/source/ui/Accessibility/AccessiblePreviewTable.cxx b/sc/source/ui/Accessibility/AccessiblePreviewTable.cxx index 080f2c9c49a8..5431a1bc0a3a 100644 --- a/sc/source/ui/Accessibility/AccessiblePreviewTable.cxx +++ b/sc/source/ui/Accessibility/AccessiblePreviewTable.cxx @@ -40,7 +40,6 @@ #include <svl/hint.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <comphelper/sequence.hxx> -#include <comphelper/servicehelper.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::accessibility; diff --git a/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx b/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx index 380da8fc4505..c7b1ec6160bc 100644 --- a/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx +++ b/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleTableModelChangeType.hpp> -#include <comphelper/servicehelper.hxx> #include <tools/gen.hxx> #include <svtools/colorcfg.hxx> #include <vcl/svapp.hxx> diff --git a/sc/source/ui/Accessibility/AccessibleTableBase.cxx b/sc/source/ui/Accessibility/AccessibleTableBase.cxx index 94ccd54312ea..5cd1af79915e 100644 --- a/sc/source/ui/Accessibility/AccessibleTableBase.cxx +++ b/sc/source/ui/Accessibility/AccessibleTableBase.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/accessibility/AccessibleTableModelChange.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <comphelper/sequence.hxx> -#include <comphelper/servicehelper.hxx> #include <vcl/svapp.hxx> using namespace ::com::sun::star; diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx index 6ee59f75efe9..406a0eac4c34 100644 --- a/sc/source/ui/app/scdll.cxx +++ b/sc/source/ui/app/scdll.cxx @@ -33,7 +33,6 @@ #include <sfx2/app.hxx> #include <avmedia/mediaplayer.hxx> #include <avmedia/mediatoolbox.hxx> -#include <comphelper/types.hxx> #include <svx/ParaLineSpacingPopup.hxx> #include <svx/TextCharacterSpacingPopup.hxx> #include <svx/TextUnderlinePopup.hxx> diff --git a/sc/source/ui/inc/AccessibleContextBase.hxx b/sc/source/ui/inc/AccessibleContextBase.hxx index 8e84f1abe0ab..c5b4f66179a1 100644 --- a/sc/source/ui/inc/AccessibleContextBase.hxx +++ b/sc/source/ui/inc/AccessibleContextBase.hxx @@ -38,7 +38,6 @@ #include <cppuhelper/basemutex.hxx> #include <cppuhelper/compbase5.hxx> #include <cppuhelper/implbase1.hxx> -#include <comphelper/servicehelper.hxx> namespace tools { class Rectangle; } diff --git a/sc/source/ui/miscdlgs/acredlin.cxx b/sc/source/ui/miscdlgs/acredlin.cxx index b40d198397fa..50f8f1017309 100644 --- a/sc/source/ui/miscdlgs/acredlin.cxx +++ b/sc/source/ui/miscdlgs/acredlin.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/string.hxx> #include <svl/undo.hxx> #include <unotools/textsearch.hxx> #include <unotools/localedatawrapper.hxx> diff --git a/sc/source/ui/optdlg/calcoptionsdlg.cxx b/sc/source/ui/optdlg/calcoptionsdlg.cxx index e931a180e8bc..ba7c93f6161d 100644 --- a/sc/source/ui/optdlg/calcoptionsdlg.cxx +++ b/sc/source/ui/optdlg/calcoptionsdlg.cxx @@ -21,7 +21,6 @@ #include <scopetools.hxx> #include <viewdata.hxx> -#include <comphelper/random.hxx> #include <svtools/svlbitm.hxx> #include <svtools/treelistentry.hxx> diff --git a/sc/source/ui/undo/undoblk2.cxx b/sc/source/ui/undo/undoblk2.cxx index f66cd92ac76d..888a86b78eba 100644 --- a/sc/source/ui/undo/undoblk2.cxx +++ b/sc/source/ui/undo/undoblk2.cxx @@ -31,7 +31,6 @@ #include <undoolk.hxx> -#include <comphelper/lok.hxx> #include <sfx2/lokhelper.hxx> /** Change column widths or row heights */ diff --git a/sc/source/ui/undo/undodat.cxx b/sc/source/ui/undo/undodat.cxx index dddb262199ae..b929aa58d3d8 100644 --- a/sc/source/ui/undo/undodat.cxx +++ b/sc/source/ui/undo/undodat.cxx @@ -46,7 +46,6 @@ #include <markdata.hxx> #include <sfx2/lokhelper.hxx> -#include <comphelper/lok.hxx> // Show or hide outline groups diff --git a/sc/source/ui/unoobj/cursuno.cxx b/sc/source/ui/unoobj/cursuno.cxx index 9431200524bf..c5505e6ebe1e 100644 --- a/sc/source/ui/unoobj/cursuno.cxx +++ b/sc/source/ui/unoobj/cursuno.cxx @@ -21,7 +21,6 @@ #include <svl/intitem.hxx> #include <svl/zforlist.hxx> #include <vcl/svapp.hxx> -#include <comphelper/servicehelper.hxx> #include <cppuhelper/supportsservice.hxx> #include <cursuno.hxx> diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx index 1fd3c9158d7f..8120b782547a 100644 --- a/sc/source/ui/unoobj/docuno.cxx +++ b/sc/source/ui/unoobj/docuno.cxx @@ -34,7 +34,6 @@ #include <svx/unoshape.hxx> #include <LibreOfficeKit/LibreOfficeKitEnums.h> -#include <comphelper/lok.hxx> #include <comphelper/propertysequence.hxx> #include <officecfg/Office/Common.hxx> #include <officecfg/Office/Calc.hxx> diff --git a/sc/source/ui/vba/vbaglobals.cxx b/sc/source/ui/vba/vbaglobals.cxx index bc5c4ef22edb..fba08ce1711f 100644 --- a/sc/source/ui/vba/vbaglobals.cxx +++ b/sc/source/ui/vba/vbaglobals.cxx @@ -20,8 +20,6 @@ #include <sal/macros.h> -#include <comphelper/unwrapargs.hxx> - #include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <cppuhelper/component_context.hxx> diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx index 0dfd848a1d8f..05c758261dae 100644 --- a/sc/source/ui/vba/vbarange.cxx +++ b/sc/source/ui/vba/vbarange.cxx @@ -21,7 +21,7 @@ #include <vbahelper/helperdecl.hxx> -#include <comphelper/unwrapargs.hxx> +#include <comphelper/types.hxx> #include <cppuhelper/exc_hlp.hxx> #include <o3tl/any.hxx> #include <sfx2/objsh.hxx> diff --git a/sc/source/ui/vba/vbarange.hxx b/sc/source/ui/vba/vbarange.hxx index ea8bf703d10e..67e83f5e7aab 100644 --- a/sc/source/ui/vba/vbarange.hxx +++ b/sc/source/ui/vba/vbarange.hxx @@ -29,8 +29,6 @@ #include <ooo/vba/excel/XlPasteType.hpp> #include <ooo/vba/excel/XlPasteSpecialOperation.hpp> -#include <comphelper/proparrhlp.hxx> -#include <comphelper/propertycontainer.hxx> #include <com/sun/star/awt/Point.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> diff --git a/sc/source/ui/vba/vbaworkbook.cxx b/sc/source/ui/vba/vbaworkbook.cxx index 93f773838195..d27fc5567eda 100644 --- a/sc/source/ui/vba/vbaworkbook.cxx +++ b/sc/source/ui/vba/vbaworkbook.cxx @@ -20,8 +20,6 @@ #include <vbahelper/helperdecl.hxx> #include <tools/urlobj.hxx> #include <boost/optional.hpp> -#include <comphelper/unwrapargs.hxx> -#include <comphelper/servicehelper.hxx> #include <com/sun/star/util/XModifiable.hpp> #include <com/sun/star/util/XProtectable.hpp> diff --git a/sc/source/ui/vba/vbaworksheet.hxx b/sc/source/ui/vba/vbaworksheet.hxx index 27035349936b..b706848bea0e 100644 --- a/sc/source/ui/vba/vbaworksheet.hxx +++ b/sc/source/ui/vba/vbaworksheet.hxx @@ -19,8 +19,6 @@ #ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAWORKSHEET_HXX #define INCLUDED_SC_SOURCE_UI_VBA_VBAWORKSHEET_HXX -#include <comphelper/unwrapargs.hxx> - #include <com/sun/star/sheet/XSpreadsheet.hpp> #include <ooo/vba/excel/XWorksheet.hpp> #include <ooo/vba/excel/XComments.hpp> diff --git a/sc/source/ui/view/prevwsh.cxx b/sc/source/ui/view/prevwsh.cxx index 82de4646a28f..336c612fa6f3 100644 --- a/sc/source/ui/view/prevwsh.cxx +++ b/sc/source/ui/view/prevwsh.cxx @@ -22,7 +22,6 @@ #include <cstdlib> #include <scitems.hxx> -#include <comphelper/string.hxx> #include <editeng/eeitem.hxx> #include <sfx2/app.hxx> diff --git a/sc/source/ui/view/tabvwshc.cxx b/sc/source/ui/view/tabvwshc.cxx index 634817195d52..e877e28b3d05 100644 --- a/sc/source/ui/view/tabvwshc.cxx +++ b/sc/source/ui/view/tabvwshc.cxx @@ -76,6 +76,7 @@ #include <PivotLayoutDialog.hxx> +#include <comphelper/lok.hxx> #include <LibreOfficeKit/LibreOfficeKitEnums.h> #include <sfx2/lokhelper.hxx> diff --git a/sc/source/ui/view/viewfun3.cxx b/sc/source/ui/view/viewfun3.cxx index 6435f617ecaa..2a9824b24a32 100644 --- a/sc/source/ui/view/viewfun3.cxx +++ b/sc/source/ui/view/viewfun3.cxx @@ -37,7 +37,6 @@ #include <sot/exchange.hxx> #include <memory> -#include <comphelper/lok.hxx> #include <sfx2/lokhelper.hxx> #include <attrib.hxx> |