summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-06-03 13:38:38 +0200
committerNoel Grandin <noel@peralex.com>2013-06-05 08:13:21 +0200
commitdcbaf7c253031a8f7b568c57397c663edfa26e5b (patch)
treec0182e65a72cbb1c8941865765b48171be55bf89 /dbaccess
parent9a49980efa3522eb89f66eb185c98009236ffa89 (diff)
remove unused componentcontext.hxx includes
Change-Id: I598926b72c5540b472f9607e2f3df134a8c50048
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ext/macromigration/macromigrationpages.cxx1
-rw-r--r--dbaccess/source/ui/dlg/UserAdminDlg.cxx1
-rw-r--r--dbaccess/source/ui/misc/TokenWriter.cxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ext/macromigration/macromigrationpages.cxx b/dbaccess/source/ext/macromigration/macromigrationpages.cxx
index a82ab8811339..f95cdd7e7458 100644
--- a/dbaccess/source/ext/macromigration/macromigrationpages.cxx
+++ b/dbaccess/source/ext/macromigration/macromigrationpages.cxx
@@ -27,7 +27,6 @@
#include <com/sun/star/frame/XModel.hpp>
-#include <comphelper/componentcontext.hxx>
#include <tools/urlobj.hxx>
#include <tools/diagnose_ex.h>
#include <vcl/metric.hxx>
diff --git a/dbaccess/source/ui/dlg/UserAdminDlg.cxx b/dbaccess/source/ui/dlg/UserAdminDlg.cxx
index 3da067f29509..7d80108db023 100644
--- a/dbaccess/source/ui/dlg/UserAdminDlg.cxx
+++ b/dbaccess/source/ui/dlg/UserAdminDlg.cxx
@@ -29,7 +29,6 @@
#include "UserAdminDlg.hrc"
#include "UserAdminDlg.hxx"
-#include <comphelper/componentcontext.hxx>
#include <comphelper/processfactory.hxx>
#include <connectivity/dbmetadata.hxx>
#include <cppuhelper/exc_hlp.hxx>
diff --git a/dbaccess/source/ui/misc/TokenWriter.cxx b/dbaccess/source/ui/misc/TokenWriter.cxx
index 9fedc707b703..1fe8ebdf3073 100644
--- a/dbaccess/source/ui/misc/TokenWriter.cxx
+++ b/dbaccess/source/ui/misc/TokenWriter.cxx
@@ -24,7 +24,6 @@
#include "RtfReader.hxx"
#include "HtmlReader.hxx"
#include "dbustrings.hrc"
-#include <comphelper/componentcontext.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
#include <comphelper/types.hxx>