summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/User.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/firebird/User.hxx')
-rw-r--r--connectivity/source/drivers/firebird/User.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/firebird/User.hxx b/connectivity/source/drivers/firebird/User.hxx
index 74f01d8f0dd1..3d2e8db0ea41 100644
--- a/connectivity/source/drivers/firebird/User.hxx
+++ b/connectivity/source/drivers/firebird/User.hxx
@@ -29,11 +29,11 @@ namespace connectivity
/**
* Create a "new" descriptor, which isn't yet in the database.
*/
- explicit User(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& rConnection);
+ explicit User(const css::uno::Reference< css::sdbc::XConnection >& rConnection);
/**
* For a user that already exists in the db.
*/
- User(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& rConnection,
+ User(const css::uno::Reference< css::sdbc::XConnection >& rConnection,
const ::rtl::OUString& rName);
// IRefreshableGroups::