diff options
author | Noel Grandin <noel@peralex.com> | 2013-05-31 15:30:37 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-06-03 10:00:02 +0200 |
commit | 2838b8eb5ead00780ed9ed9410abee8b8d53a9a4 (patch) | |
tree | 9adc985fafa8e87435546cee5e64aa6d83ef1fe3 /include/connectivity/dbmetadata.hxx | |
parent | 28e3aff576f06b0b02c7232da5d723e865b3c7ed (diff) |
fdo#46808, Convert ComponentContext in connectivity,extension..
...modules.
Change-Id: Ie61976dc12b514bb85ca42496c0d9173a1c56264
Diffstat (limited to 'include/connectivity/dbmetadata.hxx')
-rw-r--r-- | include/connectivity/dbmetadata.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/connectivity/dbmetadata.hxx b/include/connectivity/dbmetadata.hxx index 565854ba7ed8..06fcc62f548d 100644 --- a/include/connectivity/dbmetadata.hxx +++ b/include/connectivity/dbmetadata.hxx @@ -21,15 +21,11 @@ #define CONNECTIVITY_INC_CONNECTIVITY_DBMETADATA_HXX #include <com/sun/star/sdbc/XConnection.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <memory> #include "connectivity/dbtoolsdllapi.hxx" -namespace comphelper -{ - class ComponentContext; -} - //........................................................................ namespace dbtools { @@ -170,7 +166,7 @@ namespace dbtools the component context we operate in. Might be needed to create the css.sdbc.DriverManager instance. */ - bool supportsUserAdministration( const ::comphelper::ComponentContext& _rContext ) const; + bool supportsUserAdministration( const css::uno::Reference<css::uno::XComponentContext>& _rContext ) const; /** determines whether in the application UI, empty table folders (aka catalogs/schemas) should be displayed */ |