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 /svx | |
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 'svx')
25 files changed, 6 insertions, 25 deletions
diff --git a/svx/source/accessibility/ChildrenManagerImpl.cxx b/svx/source/accessibility/ChildrenManagerImpl.cxx index 93e1ed34a94b..0ddbd77670a2 100644 --- a/svx/source/accessibility/ChildrenManagerImpl.cxx +++ b/svx/source/accessibility/ChildrenManagerImpl.cxx @@ -32,7 +32,6 @@ #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> #include <com/sun/star/container/XChild.hpp> -#include <comphelper/uno3.hxx> #include <rtl/ustring.hxx> #include <tools/debug.hxx> diff --git a/svx/source/core/graphichelper.cxx b/svx/source/core/graphichelper.cxx index 28c96fa232a7..355ba12fcec9 100644 --- a/svx/source/core/graphichelper.cxx +++ b/svx/source/core/graphichelper.cxx @@ -30,7 +30,6 @@ #include <vcl/weld.hxx> #include <cppuhelper/exc_hlp.hxx> -#include <comphelper/anytostring.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/svx/source/dialog/SafeModeDialog.cxx b/svx/source/dialog/SafeModeDialog.cxx index 12027f312a42..af99ec1bd172 100644 --- a/svx/source/dialog/SafeModeDialog.cxx +++ b/svx/source/dialog/SafeModeDialog.cxx @@ -15,7 +15,6 @@ #include <sfx2/safemode.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> -#include <comphelper/anytostring.hxx> #include <comphelper/processfactory.hxx> #include <unotools/ZipPackageHelper.hxx> #include <cppuhelper/exc_hlp.hxx> diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx index 8565db970e6f..d1ac997b1716 100644 --- a/svx/source/dialog/charmap.cxx +++ b/svx/source/dialog/charmap.cxx @@ -43,8 +43,6 @@ #include <com/sun/star/datatransfer/clipboard/SystemClipboard.hpp> #include <officecfg/Office/Common.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/dispatchcommand.hxx> -#include <comphelper/propertysequence.hxx> #include <comphelper/types.hxx> #include <svl/itemset.hxx> #include <unicode/uchar.h> diff --git a/svx/source/fmcomp/dbaobjectex.cxx b/svx/source/fmcomp/dbaobjectex.cxx index 8dbd59722a1d..00c8c9b0a988 100644 --- a/svx/source/fmcomp/dbaobjectex.cxx +++ b/svx/source/fmcomp/dbaobjectex.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <com/sun/star/sdb/XSQLQueryComposerFactory.hpp> #include <fmprop.hxx> -#include <comphelper/extract.hxx> #include <sot/formats.hxx> #include <sot/exchange.hxx> #include <comphelper/propertysetinfo.hxx> diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx index 83e507a54eb2..0f982f884e2d 100644 --- a/svx/source/fmcomp/fmgridcl.cxx +++ b/svx/source/fmcomp/fmgridcl.cxx @@ -53,7 +53,6 @@ #include <com/sun/star/util/URLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> -#include <comphelper/numbers.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/property.hxx> #include <comphelper/string.hxx> diff --git a/svx/source/fmcomp/fmgridif.cxx b/svx/source/fmcomp/fmgridif.cxx index 32bdc76ab2c9..e7c6fa716127 100644 --- a/svx/source/fmcomp/fmgridif.cxx +++ b/svx/source/fmcomp/fmgridif.cxx @@ -44,7 +44,6 @@ #include <com/sun/star/view/XSelectionSupplier.hpp> #include <com/sun/star/sdbcx/XRowLocate.hpp> -#include <comphelper/container.hxx> #include <comphelper/enumhelper.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/property.hxx> diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index c6e4da5cc95d..9abd9b82a88b 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -36,7 +36,6 @@ #include <comphelper/property.hxx> #include <comphelper/sequence.hxx> #include <comphelper/string.hxx> -#include <comphelper/uno3.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/sqlnode.hxx> #include <cppuhelper/implbase.hxx> diff --git a/svx/source/form/fmPropBrw.cxx b/svx/source/form/fmPropBrw.cxx index 6b64cd679b9e..b53e247e3f20 100644 --- a/svx/source/form/fmPropBrw.cxx +++ b/svx/source/form/fmPropBrw.cxx @@ -51,6 +51,7 @@ #include <comphelper/processfactory.hxx> #include <comphelper/property.hxx> #include <comphelper/sequence.hxx> +#include <comphelper/types.hxx> #include <cppuhelper/component_context.hxx> #include <sfx2/bindings.hxx> #include <sfx2/childwin.hxx> diff --git a/svx/source/form/fmexpl.cxx b/svx/source/form/fmexpl.cxx index 9f488bfd098e..92900633d08d 100644 --- a/svx/source/form/fmexpl.cxx +++ b/svx/source/form/fmexpl.cxx @@ -56,6 +56,7 @@ #include <com/sun/star/sdb/CommandType.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <comphelper/property.hxx> +#include <comphelper/types.hxx> using namespace ::svxform; using namespace ::com::sun::star::uno; diff --git a/svx/source/form/fmpage.cxx b/svx/source/form/fmpage.cxx index ca79aba3845f..41abde23855a 100644 --- a/svx/source/form/fmpage.cxx +++ b/svx/source/form/fmpage.cxx @@ -43,6 +43,7 @@ #include <svx/fmtools.hxx> using namespace ::svxform; #include <comphelper/property.hxx> +#include <comphelper/types.hxx> using com::sun::star::uno::Reference; using com::sun::star::uno::UNO_QUERY; diff --git a/svx/source/form/fmpgeimp.cxx b/svx/source/form/fmpgeimp.cxx index 417f84a1212c..d72e39af505f 100644 --- a/svx/source/form/fmpgeimp.cxx +++ b/svx/source/form/fmpgeimp.cxx @@ -43,7 +43,6 @@ #include <vcl/stdtext.hxx> #include <svx/dialmgr.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/uno3.hxx> #include <comphelper/types.hxx> #include <unotools/streamwrap.hxx> #include <connectivity/dbtools.hxx> diff --git a/svx/source/form/fmsrcimp.cxx b/svx/source/form/fmsrcimp.cxx index c37dcd92a748..bd5047b276a3 100644 --- a/svx/source/form/fmsrcimp.cxx +++ b/svx/source/form/fmsrcimp.cxx @@ -44,7 +44,7 @@ #include <svx/fmsrcimp.hxx> #include <svx/fmsearch.hxx> -#include <comphelper/numbers.hxx> +#include <comphelper/types.hxx> #include <unotools/syslocale.hxx> #include <i18nutil/searchopt.hxx> diff --git a/svx/source/form/fmtools.cxx b/svx/source/form/fmtools.cxx index 7b2655e6e0b9..39c9969705be 100644 --- a/svx/source/form/fmtools.cxx +++ b/svx/source/form/fmtools.cxx @@ -62,13 +62,10 @@ #include <basic/sbxvar.hxx> #include <svl/eitem.hxx> #include <svl/stritem.hxx> -#include <comphelper/container.hxx> -#include <comphelper/extract.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/property.hxx> #include <comphelper/sequence.hxx> #include <comphelper/types.hxx> -#include <comphelper/uno3.hxx> #include <connectivity/dbexception.hxx> #include <connectivity/dbtools.hxx> #include <cppuhelper/typeprovider.hxx> diff --git a/svx/source/form/fmundo.cxx b/svx/source/form/fmundo.cxx index cffafa9aa822..b29e55358a60 100644 --- a/svx/source/form/fmundo.cxx +++ b/svx/source/form/fmundo.cxx @@ -52,7 +52,6 @@ #include <sfx2/event.hxx> #include <osl/mutex.hxx> #include <comphelper/property.hxx> -#include <comphelper/uno3.hxx> #include <connectivity/dbtools.hxx> using namespace ::com::sun::star::uno; diff --git a/svx/source/form/fmvwimp.cxx b/svx/source/form/fmvwimp.cxx index 30dd8add1b1d..ff339be116f2 100644 --- a/svx/source/form/fmvwimp.cxx +++ b/svx/source/form/fmvwimp.cxx @@ -71,10 +71,7 @@ #include <com/sun/star/sdb/XQueriesSupplier.hpp> #include <com/sun/star/container/XContainer.hpp> -#include <comphelper/enumhelper.hxx> -#include <comphelper/extract.hxx> #include <comphelper/namedvaluecollection.hxx> -#include <comphelper/numbers.hxx> #include <comphelper/property.hxx> #include <comphelper/processfactory.hxx> #include <cppuhelper/exc_hlp.hxx> diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx index 2632ed1e4f62..139147fd377e 100644 --- a/svx/source/form/formcontroller.cxx +++ b/svx/source/form/formcontroller.cxx @@ -67,7 +67,6 @@ #include <comphelper/enumhelper.hxx> #include <comphelper/interaction.hxx> -#include <comphelper/namedvaluecollection.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/propagg.hxx> #include <comphelper/property.hxx> diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx index 129c16a08582..3effbc37375d 100644 --- a/svx/source/form/navigatortree.cxx +++ b/svx/source/form/navigatortree.cxx @@ -40,6 +40,7 @@ #include <sfx2/viewfrm.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/property.hxx> +#include <comphelper/types.hxx> #include <com/sun/star/form/FormComponentType.hpp> #include <com/sun/star/sdb/CommandType.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> diff --git a/svx/source/form/navigatortreemodel.cxx b/svx/source/form/navigatortreemodel.cxx index 64311e2d9f44..0b9a98d44012 100644 --- a/svx/source/form/navigatortreemodel.cxx +++ b/svx/source/form/navigatortreemodel.cxx @@ -36,6 +36,7 @@ #include <sfx2/objsh.hxx> #include <tools/diagnose_ex.h> #include <com/sun/star/container/XContainer.hpp> +#include <comphelper/types.hxx> namespace svxform diff --git a/svx/source/inc/fmitems.hxx b/svx/source/inc/fmitems.hxx index fd1ce3a6f5a2..10dcebfe73fc 100644 --- a/svx/source/inc/fmitems.hxx +++ b/svx/source/inc/fmitems.hxx @@ -21,7 +21,6 @@ #include <svl/poolitem.hxx> -#include <comphelper/uno3.hxx> class FmInterfaceItem : public SfxPoolItem diff --git a/svx/source/inc/fmpgeimp.hxx b/svx/source/inc/fmpgeimp.hxx index 26a17f84fba6..3e0a2503f149 100644 --- a/svx/source/inc/fmpgeimp.hxx +++ b/svx/source/inc/fmpgeimp.hxx @@ -29,7 +29,6 @@ #include <com/sun/star/container/XMap.hpp> #include <tools/link.hxx> -#include <comphelper/uno3.hxx> #include <cppuhelper/weakref.hxx> #include <svx/svxdllapi.h> diff --git a/svx/source/inc/fmundo.hxx b/svx/source/inc/fmundo.hxx index 3763cf113525..8dd367b5a46e 100644 --- a/svx/source/inc/fmundo.hxx +++ b/svx/source/inc/fmundo.hxx @@ -39,7 +39,6 @@ #include <svl/lstner.hxx> -#include <comphelper/uno3.hxx> class FmFormModel; class FmFormObj; diff --git a/svx/source/inc/fmvwimp.hxx b/svx/source/inc/fmvwimp.hxx index 7f4c8ce594bc..8e77b3eeb641 100644 --- a/svx/source/inc/fmvwimp.hxx +++ b/svx/source/inc/fmvwimp.hxx @@ -43,7 +43,6 @@ #include <comphelper/stl_types.hxx> #include <tools/link.hxx> #include <cppuhelper/implbase.hxx> -#include <comphelper/uno3.hxx> #include <rtl/ref.hxx> #include <vcl/vclptr.hxx> diff --git a/svx/source/inc/formdispatchinterceptor.hxx b/svx/source/inc/formdispatchinterceptor.hxx index 3935a5ac9849..d2947eec551e 100644 --- a/svx/source/inc/formdispatchinterceptor.hxx +++ b/svx/source/inc/formdispatchinterceptor.hxx @@ -24,7 +24,6 @@ #include <com/sun/star/frame/XDispatchProviderInterception.hpp> #include <cppuhelper/compbase.hxx> -#include <comphelper/uno3.hxx> namespace svxform diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 6603f5a18e22..33afa53635a4 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -33,7 +33,6 @@ #include <svx/svdobj.hxx> #include <svx/svdoole2.hxx> #include <svx/shapepropertynotifier.hxx> -#include <comphelper/extract.hxx> #include <comphelper/scopeguard.hxx> #include <comphelper/servicehelper.hxx> #include <comphelper/serviceinfohelper.hxx> |