diff options
Diffstat (limited to 'sw')
31 files changed, 5 insertions, 26 deletions
diff --git a/sw/qa/core/filters-test.cxx b/sw/qa/core/filters-test.cxx index 3843a721202e..002b8c45c518 100644 --- a/sw/qa/core/filters-test.cxx +++ b/sw/qa/core/filters-test.cxx @@ -11,7 +11,6 @@ #include <test/bootstrapfixture.hxx> #include <comphelper/fileformat.h> -#include <comphelper/processfactory.hxx> #include <sfx2/app.hxx> #include <sfx2/docfilt.hxx> diff --git a/sw/qa/extras/globalfilter/globalfilter.cxx b/sw/qa/extras/globalfilter/globalfilter.cxx index 0c4d6612c53a..1c4bc6f5e793 100644 --- a/sw/qa/extras/globalfilter/globalfilter.cxx +++ b/sw/qa/extras/globalfilter/globalfilter.cxx @@ -13,7 +13,6 @@ #include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/graphic/GraphicType.hpp> #include <officecfg/Office/Common.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <unotxdoc.hxx> #include <docsh.hxx> diff --git a/sw/source/core/bastyp/breakit.cxx b/sw/source/core/bastyp/breakit.cxx index 75e961e22130..9fb1f98348fc 100644 --- a/sw/source/core/bastyp/breakit.cxx +++ b/sw/source/core/bastyp/breakit.cxx @@ -27,7 +27,6 @@ #include <editeng/scripttypeitem.hxx> #include <unicode/uchar.h> #include <unotools/localedatawrapper.hxx> -#include <comphelper/processfactory.hxx> #include <algorithm> using namespace com::sun::star; diff --git a/sw/source/core/fields/reffld.cxx b/sw/source/core/fields/reffld.cxx index cf7eafe65497..0b4c65966f2c 100644 --- a/sw/source/core/fields/reffld.cxx +++ b/sw/source/core/fields/reffld.cxx @@ -21,7 +21,6 @@ #include <com/sun/star/text/ReferenceFieldSource.hpp> #include <unotools/localedatawrapper.hxx> #include <unotools/charclass.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <editeng/unolingu.hxx> #include <doc.hxx> diff --git a/sw/source/core/unocore/unofield.cxx b/sw/source/core/unocore/unofield.cxx index 9696663301fa..d719537891eb 100644 --- a/sw/source/core/unocore/unofield.cxx +++ b/sw/source/core/unocore/unofield.cxx @@ -47,7 +47,6 @@ #include <docstat.hxx> #include <editsh.hxx> #include <viewsh.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/servicehelper.hxx> #include <comphelper/string.hxx> #include <comphelper/types.hxx> diff --git a/sw/source/filter/basflt/fltini.cxx b/sw/source/filter/basflt/fltini.cxx index fc7fcd406edd..6c283a4cd9d0 100644 --- a/sw/source/filter/basflt/fltini.cxx +++ b/sw/source/filter/basflt/fltini.cxx @@ -54,7 +54,6 @@ #include <swdll.hxx> #include <iodetect.hxx> #include <osl/module.hxx> -#include <comphelper/processfactory.hxx> #include <rtl/bootstrap.hxx> using namespace utl; diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 9de435cbb897..6324318cd45f 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -40,6 +40,7 @@ #include <rdfhelper.hxx> #include "wrtww8.hxx" +#include <comphelper/processfactory.hxx> #include <comphelper/random.hxx> #include <comphelper/string.hxx> #include <comphelper/flagguard.hxx> diff --git a/sw/source/filter/ww8/docxexport.cxx b/sw/source/filter/ww8/docxexport.cxx index 201191ddd1b2..5fac320981de 100644 --- a/sw/source/filter/ww8/docxexport.cxx +++ b/sw/source/filter/ww8/docxexport.cxx @@ -79,6 +79,7 @@ #include "ww8par.hxx" #include "ww8scan.hxx" #include <oox/token/properties.hxx> +#include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> #include <comphelper/string.hxx> #include <rtl/ustrbuf.hxx> diff --git a/sw/source/filter/ww8/docxsdrexport.cxx b/sw/source/filter/ww8/docxsdrexport.cxx index eb37f6ac19d1..a5bd0bc8f571 100644 --- a/sw/source/filter/ww8/docxsdrexport.cxx +++ b/sw/source/filter/ww8/docxsdrexport.cxx @@ -35,6 +35,7 @@ #include <frmatr.hxx> #include "docxattributeoutput.hxx" #include "docxexportfilter.hxx" +#include <comphelper/processfactory.hxx> #include <comphelper/seqstream.hxx> #include <comphelper/sequence.hxx> #include <comphelper/sequenceashashmap.hxx> diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx index dd2927b29a7f..64312c378894 100644 --- a/sw/source/filter/ww8/ww8scan.cxx +++ b/sw/source/filter/ww8/ww8scan.cxx @@ -34,7 +34,6 @@ #include <swerror.h> #include <swtypes.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <unotools/localedatawrapper.hxx> #include <i18nlangtag/lang.h> diff --git a/sw/source/filter/xml/xmlitemi.cxx b/sw/source/filter/xml/xmlitemi.cxx index 36b7ad9ccc46..b9e9239f2b62 100644 --- a/sw/source/filter/xml/xmlitemi.cxx +++ b/sw/source/filter/xml/xmlitemi.cxx @@ -37,7 +37,6 @@ #include <editeng/memberids.h> #include <svx/unomid.hxx> -#include <comphelper/processfactory.hxx> #include <hintids.hxx> #include <paratr.hxx> diff --git a/sw/source/ui/envelp/envlop1.cxx b/sw/source/ui/envelp/envlop1.cxx index 0c2a678c2500..f6edd2de9317 100644 --- a/sw/source/ui/envelp/envlop1.cxx +++ b/sw/source/ui/envelp/envlop1.cxx @@ -34,7 +34,6 @@ #include <poolfmt.hxx> #include <view.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <unomid.h> diff --git a/sw/source/ui/table/autoformatpreview.cxx b/sw/source/ui/table/autoformatpreview.cxx index e4d892b54392..c4e1261c1f90 100644 --- a/sw/source/ui/table/autoformatpreview.cxx +++ b/sw/source/ui/table/autoformatpreview.cxx @@ -19,6 +19,7 @@ #include <vcl/builderfactory.hxx> #include <com/sun/star/i18n/BreakIterator.hpp> +#include <comphelper/processfactory.hxx> #include <svtools/scriptedtext.hxx> #include <drawinglayer/processor2d/processor2dtools.hxx> #include <strings.hrc> diff --git a/sw/source/ui/utlui/swrenamexnameddlg.cxx b/sw/source/ui/utlui/swrenamexnameddlg.cxx index 44ea13652a21..1b0fabe8be06 100644 --- a/sw/source/ui/utlui/swrenamexnameddlg.cxx +++ b/sw/source/ui/utlui/swrenamexnameddlg.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/awt/PosSize.hpp> #include <com/sun/star/view/XViewSettingsSupplier.hpp> #include <com/sun/star/container/XNameContainer.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <sfx2/dispatch.hxx> #include <svl/stritem.hxx> diff --git a/sw/source/ui/vba/vbadocuments.cxx b/sw/source/ui/vba/vbadocuments.cxx index 3594b24daab7..a12d5c91dc75 100644 --- a/sw/source/ui/vba/vbadocuments.cxx +++ b/sw/source/ui/vba/vbadocuments.cxx @@ -16,7 +16,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/processfactory.hxx> #include <com/sun/star/text/XTextDocument.hpp> #include <com/sun/star/container/XEnumerationAccess.hpp> diff --git a/sw/source/ui/vba/vbaheaderfooterhelper.cxx b/sw/source/ui/vba/vbaheaderfooterhelper.cxx index 5fd2190b02f1..6fb59960b98c 100644 --- a/sw/source/ui/vba/vbaheaderfooterhelper.cxx +++ b/sw/source/ui/vba/vbaheaderfooterhelper.cxx @@ -18,7 +18,6 @@ */ #include "vbaheaderfooterhelper.hxx" #include "wordvbahelper.hxx" -#include <comphelper/processfactory.hxx> #include <com/sun/star/text/XTextViewCursorSupplier.hpp> #include <com/sun/star/text/XTextRangeCompare.hpp> #include <com/sun/star/text/XTextRange.hpp> diff --git a/sw/source/ui/vba/vbaoptions.cxx b/sw/source/ui/vba/vbaoptions.cxx index 2c2e2af16fb3..dcf505a8adb7 100644 --- a/sw/source/ui/vba/vbaoptions.cxx +++ b/sw/source/ui/vba/vbaoptions.cxx @@ -25,6 +25,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/util/XStringSubstitution.hpp> #include <com/sun/star/util/thePathSettings.hpp> +#include <comphelper/processfactory.hxx> #include <basic/sberrors.hxx> #include <osl/file.hxx> diff --git a/sw/source/ui/vba/vbaoptions.hxx b/sw/source/ui/vba/vbaoptions.hxx index 9d9403564bb9..92994d558942 100644 --- a/sw/source/ui/vba/vbaoptions.hxx +++ b/sw/source/ui/vba/vbaoptions.hxx @@ -22,7 +22,6 @@ #include <ooo/vba/word/XOptions.hpp> #include <vbahelper/vbahelperinterface.hxx> #include <vbahelper/vbapropvalue.hxx> -#include <comphelper/processfactory.hxx> typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XOptions > SwVbaOptions_BASE; diff --git a/sw/source/ui/vba/wordvbahelper.cxx b/sw/source/ui/vba/wordvbahelper.cxx index 0588bba7bb12..d057417ea3d7 100644 --- a/sw/source/ui/vba/wordvbahelper.cxx +++ b/sw/source/ui/vba/wordvbahelper.cxx @@ -18,7 +18,6 @@ */ #include <docsh.hxx> #include "wordvbahelper.hxx" -#include <comphelper/processfactory.hxx> #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/text/XTextViewCursorSupplier.hpp> #include <com/sun/star/text/XTextTable.hpp> diff --git a/sw/source/uibase/app/docstyle.cxx b/sw/source/uibase/app/docstyle.cxx index 4e787198cce6..072f79a68edc 100644 --- a/sw/source/uibase/app/docstyle.cxx +++ b/sw/source/uibase/app/docstyle.cxx @@ -57,7 +57,6 @@ #include <SwStyleNameMapper.hxx> #include <svl/cjkoptions.hxx> #include <svl/ctloptions.hxx> -#include <comphelper/processfactory.hxx> #include <unotools/localedatawrapper.hxx> #include <unotools/intlwrapper.hxx> #include <numrule.hxx> diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index 41e841646bae..5f0f0bfbd21f 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -22,7 +22,6 @@ #include <swtypes.hxx> #include <hintids.hxx> #include <com/sun/star/accessibility/XAccessible.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <com/sun/star/i18n/XBreakIterator.hpp> #include <com/sun/star/i18n/ScriptType.hpp> diff --git a/sw/source/uibase/fldui/xfldui.cxx b/sw/source/uibase/fldui/xfldui.cxx index bf31da872e08..31ec4c7c9501 100644 --- a/sw/source/uibase/fldui/xfldui.cxx +++ b/sw/source/uibase/fldui/xfldui.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> #include <com/sun/star/sdb/XQueriesSupplier.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include <comphelper/processfactory.hxx> #include <fldmgr.hxx> #include <dbmgr.hxx> #include <wrtsh.hxx> diff --git a/sw/source/uibase/index/idxmrk.cxx b/sw/source/uibase/index/idxmrk.cxx index 9f41aac6f07f..e1f37c9ca245 100644 --- a/sw/source/uibase/index/idxmrk.cxx +++ b/sw/source/uibase/index/idxmrk.cxx @@ -18,7 +18,6 @@ */ #include <hintids.hxx> -#include <comphelper/processfactory.hxx> #include <svl/stritem.hxx> #include <sfx2/dispatch.hxx> #include <svl/eitem.hxx> diff --git a/sw/source/uibase/shells/drwtxtex.cxx b/sw/source/uibase/shells/drwtxtex.cxx index 0ff4ada96451..76a7180f709b 100644 --- a/sw/source/uibase/shells/drwtxtex.cxx +++ b/sw/source/uibase/shells/drwtxtex.cxx @@ -18,7 +18,6 @@ */ -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <i18nlangtag/mslangid.hxx> #include <sfx2/bindings.hxx> diff --git a/sw/source/uibase/shells/textsh2.cxx b/sw/source/uibase/shells/textsh2.cxx index 857a7f9cc495..7f86aa969718 100644 --- a/sw/source/uibase/shells/textsh2.cxx +++ b/sw/source/uibase/shells/textsh2.cxx @@ -31,7 +31,6 @@ #include <com/sun/star/sdb/CommandType.hpp> #include <com/sun/star/sdbc/XDataSource.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> -#include <comphelper/processfactory.hxx> #include <sfx2/frame.hxx> #include <fldmgr.hxx> #include <fldbas.hxx> diff --git a/sw/source/uibase/sidebar/StylePresetsPanel.cxx b/sw/source/uibase/sidebar/StylePresetsPanel.cxx index da9d88b2d59a..e515ea30f761 100644 --- a/sw/source/uibase/sidebar/StylePresetsPanel.cxx +++ b/sw/source/uibase/sidebar/StylePresetsPanel.cxx @@ -33,7 +33,6 @@ #include <shellio.hxx> #include <docsh.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/documentconstants.hxx> #include <comphelper/string.hxx> #include <o3tl/make_unique.hxx> diff --git a/sw/source/uibase/table/chartins.cxx b/sw/source/uibase/table/chartins.cxx index d97c7e31e2b5..1c071806a0fd 100644 --- a/sw/source/uibase/table/chartins.cxx +++ b/sw/source/uibase/table/chartins.cxx @@ -46,7 +46,6 @@ #include <cppuhelper/bootstrap.hxx> #include <cppuhelper/component_context.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <com/sun/star/chart2/data/XDataProvider.hpp> #include <com/sun/star/lang/XInitialization.hpp> diff --git a/sw/source/uibase/uiview/uivwimp.cxx b/sw/source/uibase/uiview/uivwimp.cxx index cdb25d80f08c..4a3678340125 100644 --- a/sw/source/uibase/uiview/uivwimp.cxx +++ b/sw/source/uibase/uiview/uivwimp.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/scanner/XScannerManager2.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboard.hpp> -#include <comphelper/processfactory.hxx> #include <vcl/weld.hxx> #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx index 614050ba732f..2fd36e885ddc 100644 --- a/sw/source/uibase/uno/unotxdoc.cxx +++ b/sw/source/uibase/uno/unotxdoc.cxx @@ -174,7 +174,6 @@ #include <svx/svdoutl.hxx> #include <svl/languageoptions.hxx> #include <svx/svdview.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/servicehelper.hxx> #include <SwSpellDialogChildWindow.hxx> #include <memory> diff --git a/sw/source/uibase/utlui/attrdesc.cxx b/sw/source/uibase/utlui/attrdesc.cxx index 2a0978c24c7f..a329e5a280fd 100644 --- a/sw/source/uibase/utlui/attrdesc.cxx +++ b/sw/source/uibase/utlui/attrdesc.cxx @@ -25,7 +25,6 @@ #include <editeng/itemtype.hxx> #include <unotools/intlwrapper.hxx> -#include <comphelper/processfactory.hxx> #include <rtl/ustrbuf.hxx> #include <fmtanchr.hxx> #include <fmtfsize.hxx> diff --git a/sw/source/uibase/utlui/numfmtlb.cxx b/sw/source/uibase/utlui/numfmtlb.cxx index fcaa66eabe68..099374e13f11 100644 --- a/sw/source/uibase/utlui/numfmtlb.cxx +++ b/sw/source/uibase/utlui/numfmtlb.cxx @@ -18,7 +18,6 @@ */ #include <hintids.hxx> -#include <comphelper/processfactory.hxx> #include <editeng/unolingu.hxx> #include <unotools/localedatawrapper.hxx> #include <i18nlangtag/lang.h> |