diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-03-31 17:33:32 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-01 12:11:26 +0200 |
commit | 9401c7c28a91c4195f7d767bd46658fd08300c72 (patch) | |
tree | 7c9707fcb3629f93c830810e66916696a3f58a1d /sfx2 | |
parent | 6f92c49f3801589202c58739e89b08b525a4d279 (diff) |
remove unused processfactory.hxx includes
and fix fallout
Change-Id: Id06bf31f2075111e426ba40c84c885ae70697bee
Reviewed-on: https://gerrit.libreoffice.org/52206
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appbaslib.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/appl/childwin.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/control/bindings.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/control/statcach.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/control/templatelocalview.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/control/thumbnailview.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/dialog/basedlgs.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/dialog/versdlg.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/docfilt.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/objembed.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/inet/inettbc.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/sidebar/TabBar.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/view/frame.cxx | 1 |
13 files changed, 1 insertions, 13 deletions
diff --git a/sfx2/source/appl/appbaslib.cxx b/sfx2/source/appl/appbaslib.cxx index bea8b516753d..f49d57fbede2 100644 --- a/sfx2/source/appl/appbaslib.cxx +++ b/sfx2/source/appl/appbaslib.cxx @@ -27,7 +27,6 @@ #include <basic/basmgr.hxx> #include <tools/diagnose_ex.h> -#include <comphelper/processfactory.hxx> #include <cppuhelper/weak.hxx> using namespace ::com::sun::star::uno; diff --git a/sfx2/source/appl/childwin.cxx b/sfx2/source/appl/childwin.cxx index 2b019f2a5a37..7ae103c9c74a 100644 --- a/sfx2/source/appl/childwin.cxx +++ b/sfx2/source/appl/childwin.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/util/XCloseable.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <cppuhelper/implbase.hxx> diff --git a/sfx2/source/control/bindings.cxx b/sfx2/source/control/bindings.cxx index ea900d2f6145..3d1345d8e608 100644 --- a/sfx2/source/control/bindings.cxx +++ b/sfx2/source/control/bindings.cxx @@ -34,7 +34,6 @@ #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/frame/DispatchResultState.hpp> -#include <comphelper/processfactory.hxx> #include <itemdel.hxx> //Includes below due to nInReschedule diff --git a/sfx2/source/control/statcach.cxx b/sfx2/source/control/statcach.cxx index 0d6d5b6b08fa..ad140aaf45bd 100644 --- a/sfx2/source/control/statcach.cxx +++ b/sfx2/source/control/statcach.cxx @@ -32,7 +32,6 @@ #include <svl/intitem.hxx> #include <svl/stritem.hxx> #include <svl/visitem.hxx> -#include <comphelper/processfactory.hxx> #include <sfx2/app.hxx> #include <statcach.hxx> diff --git a/sfx2/source/control/templatelocalview.cxx b/sfx2/source/control/templatelocalview.cxx index d97504211917..16cd550d5160 100644 --- a/sfx2/source/control/templatelocalview.cxx +++ b/sfx2/source/control/templatelocalview.cxx @@ -9,7 +9,6 @@ #include <sfx2/templatelocalview.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <sfx2/doctempl.hxx> #include <sfx2/inputdlg.hxx> diff --git a/sfx2/source/control/thumbnailview.cxx b/sfx2/source/control/thumbnailview.cxx index 33636867a0bd..6e45a4f7dc93 100644 --- a/sfx2/source/control/thumbnailview.cxx +++ b/sfx2/source/control/thumbnailview.cxx @@ -20,6 +20,7 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/vector/b2dsize.hxx> #include <basegfx/vector/b2dvector.hxx> +#include <comphelper/processfactory.hxx> #include <drawinglayer/attribute/fillgraphicattribute.hxx> #include <drawinglayer/attribute/fontattribute.hxx> #include <drawinglayer/primitive2d/fillgraphicprimitive2d.hxx> diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx index ceeb43093272..e671d8e6dfbe 100644 --- a/sfx2/source/dialog/basedlgs.cxx +++ b/sfx2/source/dialog/basedlgs.cxx @@ -20,7 +20,6 @@ #include <stdlib.h> #include <comphelper/lok.hxx> -#include <comphelper/processfactory.hxx> #include <osl/file.hxx> #include <vcl/fixed.hxx> diff --git a/sfx2/source/dialog/versdlg.cxx b/sfx2/source/dialog/versdlg.cxx index 2408eb5f9ba9..9e29f167aade 100644 --- a/sfx2/source/dialog/versdlg.cxx +++ b/sfx2/source/dialog/versdlg.cxx @@ -20,7 +20,6 @@ #include <sal/config.h> #include <unotools/localedatawrapper.hxx> -#include <comphelper/processfactory.hxx> #include <svl/eitem.hxx> #include <svl/intitem.hxx> #include <svl/stritem.hxx> diff --git a/sfx2/source/doc/docfilt.cxx b/sfx2/source/doc/docfilt.cxx index d4bb139993e0..9ab0e57bbbf8 100644 --- a/sfx2/source/doc/docfilt.cxx +++ b/sfx2/source/doc/docfilt.cxx @@ -25,7 +25,6 @@ #include <sot/exchange.hxx> #include <sot/storage.hxx> #include <comphelper/fileformat.h> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> diff --git a/sfx2/source/doc/objembed.cxx b/sfx2/source/doc/objembed.cxx index 5af5ee4e4575..b795550dcb31 100644 --- a/sfx2/source/doc/objembed.cxx +++ b/sfx2/source/doc/objembed.cxx @@ -31,7 +31,6 @@ #include <comphelper/fileformat.h> #include <comphelper/seqstream.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> #include <svtools/embedtransfer.hxx> #include <tools/fract.hxx> diff --git a/sfx2/source/inet/inettbc.cxx b/sfx2/source/inet/inettbc.cxx index 1afd15f5ab90..4533f7083bb5 100644 --- a/sfx2/source/inet/inettbc.cxx +++ b/sfx2/source/inet/inettbc.cxx @@ -37,8 +37,6 @@ #include <svtools/asynclink.hxx> #include <svtools/inettbc.hxx> -#include <comphelper/processfactory.hxx> - #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/objsh.hxx> diff --git a/sfx2/source/sidebar/TabBar.cxx b/sfx2/source/sidebar/TabBar.cxx index ccb6c6e27a61..a36a7f9306a9 100644 --- a/sfx2/source/sidebar/TabBar.cxx +++ b/sfx2/source/sidebar/TabBar.cxx @@ -33,7 +33,6 @@ #include <vcl/gradient.hxx> #include <vcl/image.hxx> #include <vcl/wrkwin.hxx> -#include <comphelper/processfactory.hxx> #include <tools/svborder.hxx> #include <com/sun/star/graphic/XGraphicProvider.hpp> diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx index 3233464804b0..8441d12c0a32 100644 --- a/sfx2/source/view/frame.cxx +++ b/sfx2/source/view/frame.cxx @@ -34,7 +34,6 @@ #include <svl/stritem.hxx> #include <tools/globname.hxx> #include <com/sun/star/awt/PosSize.hpp> -#include <comphelper/processfactory.hxx> #include <appdata.hxx> #include <sfx2/app.hxx> |