diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-17 16:15:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-17 17:32:58 +0100 |
commit | 8233226fe4614d5cebe474a0d1b026084e023e4c (patch) | |
tree | 3e3ae991aa96ea8b289bd925ad4ecb9e766f4fdd /dbaccess | |
parent | b9bcc9c5c10841dcdfa9ff5814344ce667678df3 (diff) |
No need for implbase1.hxx to include XComponentContext.hpp
...which it did unlike all the other implbaseN.hxx. Required lots of downstream clean-up,
of course.
Change-Id: Ib720e7a0a43410dcd7e6338b84a3973dfbb20866
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/documenteventexecutor.hxx | 4 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/dbexchange.hxx | 4 | ||||
-rw-r--r-- | dbaccess/source/ui/uno/ColumnControl.hxx | 4 | ||||
-rw-r--r-- | dbaccess/source/ui/uno/dbinteraction.hxx | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/dbaccess/source/core/dataaccess/documenteventexecutor.hxx b/dbaccess/source/core/dataaccess/documenteventexecutor.hxx index 9670cb4ed320..97024aea34b6 100644 --- a/dbaccess/source/core/dataaccess/documenteventexecutor.hxx +++ b/dbaccess/source/core/dataaccess/documenteventexecutor.hxx @@ -27,6 +27,10 @@ #include <memory> +namespace com { namespace sun { namespace star { namespace uno { + class XComponentContext; +} } } } + namespace dbaccess { diff --git a/dbaccess/source/ui/inc/dbexchange.hxx b/dbaccess/source/ui/inc/dbexchange.hxx index f1942130be10..345434485ae4 100644 --- a/dbaccess/source/ui/inc/dbexchange.hxx +++ b/dbaccess/source/ui/inc/dbexchange.hxx @@ -31,6 +31,10 @@ #include <rtl/ref.hxx> +namespace com { namespace sun { namespace star { namespace uno { + class XComponentContext; +} } } } + namespace dbaui { diff --git a/dbaccess/source/ui/uno/ColumnControl.hxx b/dbaccess/source/ui/uno/ColumnControl.hxx index f924e9fe5be2..ca408972a09a 100644 --- a/dbaccess/source/ui/uno/ColumnControl.hxx +++ b/dbaccess/source/ui/uno/ColumnControl.hxx @@ -22,6 +22,10 @@ #include <toolkit/controls/unocontrol.hxx> #include "apitools.hxx" +namespace com { namespace sun { namespace star { namespace uno { + class XComponentContext; +} } } } + namespace dbaui { class OColumnControl : public UnoControl diff --git a/dbaccess/source/ui/uno/dbinteraction.hxx b/dbaccess/source/ui/uno/dbinteraction.hxx index 41254bebe77a..6b00b6dd73e9 100644 --- a/dbaccess/source/ui/uno/dbinteraction.hxx +++ b/dbaccess/source/ui/uno/dbinteraction.hxx @@ -32,6 +32,10 @@ #include <com/sun/star/sdb/ParametersRequest.hpp> #include <com/sun/star/sdb/DocumentSaveRequest.hpp> +namespace com { namespace sun { namespace star { namespace uno { + class XComponentContext; +} } } } + namespace dbtools { class SQLExceptionInfo; |