From dcbaf7c253031a8f7b568c57397c663edfa26e5b Mon Sep 17 00:00:00 2001
From: Noel Grandin <noel@peralex.com>
Date: Mon, 3 Jun 2013 13:38:38 +0200
Subject: remove unused componentcontext.hxx includes

Change-Id: I598926b72c5540b472f9607e2f3df134a8c50048
---
 cui/source/options/dbregisterednamesconfig.cxx | 1 -
 cui/source/options/optlingu.cxx                | 1 -
 cui/source/options/optupdt.cxx                 | 1 -
 cui/source/tabpages/numpages.cxx               | 1 -
 4 files changed, 4 deletions(-)

(limited to 'cui')

diff --git a/cui/source/options/dbregisterednamesconfig.cxx b/cui/source/options/dbregisterednamesconfig.cxx
index 77092ace236e..8ecfa8d9f96e 100644
--- a/cui/source/options/dbregisterednamesconfig.cxx
+++ b/cui/source/options/dbregisterednamesconfig.cxx
@@ -23,7 +23,6 @@
 #include "svx/svxids.hrc"
 #include <com/sun/star/container/XNameAccess.hpp>
 #include <com/sun/star/sdb/DatabaseContext.hpp>
-#include <comphelper/componentcontext.hxx>
 #include <comphelper/extract.hxx>
 #include <comphelper/processfactory.hxx>
 #include <svl/eitem.hxx>
diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx
index 303a89f986e8..6fe2d9d3b497 100644
--- a/cui/source/options/optlingu.cxx
+++ b/cui/source/options/optlingu.cxx
@@ -64,7 +64,6 @@
 #include <cuires.hrc>
 #include "helpid.hrc"
 
-#include <comphelper/componentcontext.hxx>
 #include <ucbhelper/content.hxx>
 
 #include <vector>
diff --git a/cui/source/options/optupdt.cxx b/cui/source/options/optupdt.cxx
index 7cae029e184b..70df01235a72 100644
--- a/cui/source/options/optupdt.cxx
+++ b/cui/source/options/optupdt.cxx
@@ -23,7 +23,6 @@
 #include "optupdt.hxx"
 #include <dialmgr.hxx>
 #include <cuires.hrc>
-#include <comphelper/componentcontext.hxx>
 #include <comphelper/processfactory.hxx>
 #include <com/sun/star/configuration/theDefaultProvider.hpp>
 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx
index 5bd09ae8499a..1f69db81a509 100644
--- a/cui/source/tabpages/numpages.cxx
+++ b/cui/source/tabpages/numpages.cxx
@@ -59,7 +59,6 @@
 #include <com/sun/star/text/XNumberingTypeInfo.hpp>
 #include <svx/dialmgr.hxx>
 #include <svx/dialogs.hrc>
-#include <comphelper/componentcontext.hxx>
 
 #include <algorithm>
 #include <vector>
-- 
cgit