diff options
author | Noel Grandin <noel@peralex.com> | 2013-06-03 13:38:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-06-05 08:13:21 +0200 |
commit | dcbaf7c253031a8f7b568c57397c663edfa26e5b (patch) | |
tree | c0182e65a72cbb1c8941865765b48171be55bf89 /forms | |
parent | 9a49980efa3522eb89f66eb185c98009236ffa89 (diff) |
remove unused componentcontext.hxx includes
Change-Id: I598926b72c5540b472f9607e2f3df134a8c50048
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/Filter.hxx | 1 | ||||
-rw-r--r-- | forms/source/component/cachedrowset.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/forms/source/component/Filter.hxx b/forms/source/component/Filter.hxx index b8d7fd57eea3..e6ca4d6033cb 100644 --- a/forms/source/component/Filter.hxx +++ b/forms/source/component/Filter.hxx @@ -32,7 +32,6 @@ #include <toolkit/helper/listenermultiplexer.hxx> #include <cppuhelper/implbase5.hxx> #include <comphelper/uno3.hxx> -#include <comphelper/componentcontext.hxx> #include <cppuhelper/implbase4.hxx> #include <connectivity/sqlparse.hxx> #include <svx/ParseContext.hxx> diff --git a/forms/source/component/cachedrowset.hxx b/forms/source/component/cachedrowset.hxx index 5293bc976fc0..e6dcc42fabbb 100644 --- a/forms/source/component/cachedrowset.hxx +++ b/forms/source/component/cachedrowset.hxx @@ -23,7 +23,6 @@ #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XConnection.hpp> -#include <comphelper/componentcontext.hxx> #include <unotools/sharedunocomponent.hxx> #include <memory> |