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 /basctl | |
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 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2.hxx | 1 | ||||
-rw-r--r-- | basctl/source/dlged/dlgedfac.cxx | 1 | ||||
-rw-r--r-- | basctl/source/inc/dlgedobj.hxx | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx index 5e19ef184ffc..787988ca622e 100644 --- a/basctl/source/basicide/baside2.hxx +++ b/basctl/source/basicide/baside2.hxx @@ -44,7 +44,6 @@ #include <basic/codecompletecache.hxx> #include <com/sun/star/reflection/XIdlClass.hpp> #include <comphelper/namedvaluecollection.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/syntaxhighlight.hxx> #include <com/sun/star/reflection/XIdlReflection.hpp> diff --git a/basctl/source/dlged/dlgedfac.cxx b/basctl/source/dlged/dlgedfac.cxx index beb6ba7bfbbf..a3e7b62ae14e 100644 --- a/basctl/source/dlged/dlgedfac.cxx +++ b/basctl/source/dlged/dlgedfac.cxx @@ -24,6 +24,7 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/awt/ScrollBarOrientation.hpp> +#include <comphelper/processfactory.hxx> namespace basctl { diff --git a/basctl/source/inc/dlgedobj.hxx b/basctl/source/inc/dlgedobj.hxx index c59e69c22289..58f60447c9eb 100644 --- a/basctl/source/inc/dlgedobj.hxx +++ b/basctl/source/inc/dlgedobj.hxx @@ -23,7 +23,6 @@ #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/beans/XPropertyChangeListener.hpp> #include <com/sun/star/container/XContainerListener.hpp> -#include <comphelper/processfactory.hxx> #include <svx/svdouno.hxx> #include <boost/optional.hpp> |