summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2018-04-14 22:31:33 +0200
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2018-04-15 11:17:24 +0200
commitb4d36b5dcfc84b2aa8913ac69ad12077713cee84 (patch)
treedafa07a7290a7e913eeb3d7a23c4366d01fcf2d8 /framework
parentc8c74a0b4ca6f3a3619f423b6548c80c52392ae0 (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 'framework')
-rw-r--r--framework/source/loadenv/loadenv.cxx1
-rw-r--r--framework/source/services/desktop.cxx1
-rw-r--r--framework/source/uielement/menubarmanager.cxx1
-rw-r--r--framework/source/uielement/popuptoolbarcontroller.cxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx
index 381f2f287f0c..4703d1cf5161 100644
--- a/framework/source/loadenv/loadenv.cxx
+++ b/framework/source/loadenv/loadenv.cxx
@@ -31,7 +31,6 @@
#include <comphelper/propertysequence.hxx>
#include <framework/interaction.hxx>
#include <comphelper/processfactory.hxx>
-#include <comphelper/configuration.hxx>
#include <officecfg/Office/Common.hxx>
#include <com/sun/star/awt/XWindow.hpp>
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index fbfe5cd9f7c6..d88371979f20 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -69,7 +69,6 @@
#include <vcl/errinf.hxx>
#include <unotools/configmgr.hxx>
-#include <comphelper/extract.hxx>
namespace framework{
diff --git a/framework/source/uielement/menubarmanager.cxx b/framework/source/uielement/menubarmanager.cxx
index 2ac48b5ad89b..413d2da27825 100644
--- a/framework/source/uielement/menubarmanager.cxx
+++ b/framework/source/uielement/menubarmanager.cxx
@@ -54,7 +54,6 @@
#include <comphelper/processfactory.hxx>
#include <comphelper/propertyvalue.hxx>
-#include <comphelper/extract.hxx>
#include <svtools/menuoptions.hxx>
#include <svtools/javainteractionhandler.hxx>
#include <uno/current_context.hxx>
diff --git a/framework/source/uielement/popuptoolbarcontroller.cxx b/framework/source/uielement/popuptoolbarcontroller.cxx
index 089addefd7b3..aec066ff33f1 100644
--- a/framework/source/uielement/popuptoolbarcontroller.cxx
+++ b/framework/source/uielement/popuptoolbarcontroller.cxx
@@ -22,7 +22,6 @@
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <comphelper/propertyvalue.hxx>
-#include <comphelper/propertysequence.hxx>
#include <framework/menuconfiguration.hxx>
#include <rtl/ref.hxx>
#include <svtools/imagemgr.hxx>