summaryrefslogtreecommitdiff
path: root/dbaccess/source/sdbtools/connection/objectnames.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/sdbtools/connection/objectnames.hxx')
-rw-r--r--dbaccess/source/sdbtools/connection/objectnames.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbaccess/source/sdbtools/connection/objectnames.hxx b/dbaccess/source/sdbtools/connection/objectnames.hxx
index 7faab22d3658..714156a9fafd 100644
--- a/dbaccess/source/sdbtools/connection/objectnames.hxx
+++ b/dbaccess/source/sdbtools/connection/objectnames.hxx
@@ -24,7 +24,6 @@
#include <com/sun/star/sdb/tools/XObjectNames.hpp>
-#include <comphelper/componentcontext.hxx>
#include <cppuhelper/implbase1.hxx>
#include <memory>
@@ -60,7 +59,7 @@ namespace sdbtools
if _rxConnection is <NULL/>
*/
ObjectNames(
- const ::comphelper::ComponentContext& _rContext,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rContext,
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection
);