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 /sw/source | |
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 'sw/source')
-rw-r--r-- | sw/source/core/frmedt/fefly1.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/docx/swdocxreader.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/ww8/wrtww8.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/dbui/dbinsdlg.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/shells/textsh2.cxx | 2 |
5 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/core/frmedt/fefly1.cxx b/sw/source/core/frmedt/fefly1.cxx index f6b731ba2be1..856870f2cf4f 100644 --- a/sw/source/core/frmedt/fefly1.cxx +++ b/sw/source/core/frmedt/fefly1.cxx @@ -29,6 +29,7 @@ #include <tools/globname.hxx> #include <com/sun/star/form/FormButtonType.hpp> #include <com/sun/star/beans/XPropertySet.hpp> +#include <comphelper/types.hxx> #include <fmtanchr.hxx> #include <txtflcnt.hxx> #include <fmtcntnt.hxx> diff --git a/sw/source/filter/docx/swdocxreader.cxx b/sw/source/filter/docx/swdocxreader.cxx index ca641d8844e6..07bf6eaa6576 100644 --- a/sw/source/filter/docx/swdocxreader.cxx +++ b/sw/source/filter/docx/swdocxreader.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/xml/dom/XNode.hpp> #include <com/sun/star/xml/dom/XNodeList.hpp> #include <comphelper/processfactory.hxx> -#include <comphelper/propertyvalue.hxx> #include <comphelper/propertysequence.hxx> #include <comphelper/sequenceashashmap.hxx> #include <doc.hxx> diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx index ce893b951085..1f939e2e002d 100644 --- a/sw/source/filter/ww8/wrtww8.cxx +++ b/sw/source/filter/ww8/wrtww8.cxx @@ -90,7 +90,6 @@ #include <strings.hrc> #include <fmtline.hxx> #include <fmtfsize.hxx> -#include <comphelper/extract.hxx> #include <comphelper/string.hxx> #include "sprmids.hxx" diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx index 1bc236dccaa6..9a6db02f582b 100644 --- a/sw/source/ui/dbui/dbinsdlg.cxx +++ b/sw/source/ui/dbui/dbinsdlg.cxx @@ -80,7 +80,6 @@ #include <cmdid.h> #include <SwStyleNameMapper.hxx> -#include <comphelper/uno3.hxx> #include <tabsh.hxx> #include <swabstdlg.hxx> #include <strings.hrc> diff --git a/sw/source/uibase/shells/textsh2.cxx b/sw/source/uibase/shells/textsh2.cxx index 7f86aa969718..aa22d79fe830 100644 --- a/sw/source/uibase/shells/textsh2.cxx +++ b/sw/source/uibase/shells/textsh2.cxx @@ -31,11 +31,11 @@ #include <com/sun/star/sdb/CommandType.hpp> #include <com/sun/star/sdbc/XDataSource.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> +#include <comphelper/types.hxx> #include <sfx2/frame.hxx> #include <fldmgr.hxx> #include <fldbas.hxx> #include <dbmgr.hxx> -#include <comphelper/uno3.hxx> #include <svx/dataaccessdescriptor.hxx> #include <vcl/svapp.hxx> |