summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/firebird/User.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:34:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:34:08 +0200
commit41dbfa9ec7380e082279f1b01bfd323d23134b7d (patch)
treeb2410e90f102f76a986fb9db9ed5f9a2a1ee9500 /connectivity/source/drivers/firebird/User.hxx
parentloplugin:casttovoid: cppu (diff)
downloadcore-41dbfa9ec7380e082279f1b01bfd323d23134b7d.tar.gz
core-41dbfa9ec7380e082279f1b01bfd323d23134b7d.zip
loplugin:casttovoid: connectivity
Change-Id: I03127890499dac67816bb43a8c3fb9dd87eefcab
Diffstat (limited to 'connectivity/source/drivers/firebird/User.hxx')
-rw-r--r--connectivity/source/drivers/firebird/User.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/connectivity/source/drivers/firebird/User.hxx b/connectivity/source/drivers/firebird/User.hxx
index 3d2e8db0ea41..8ff9155a14af 100644
--- a/connectivity/source/drivers/firebird/User.hxx
+++ b/connectivity/source/drivers/firebird/User.hxx
@@ -12,8 +12,6 @@
#include <connectivity/sdbcx/VUser.hxx>
-#include <com/sun/star/sdbc/XConnection.hpp>
-
namespace connectivity
{
namespace firebird
@@ -29,12 +27,11 @@ namespace connectivity
/**
* Create a "new" descriptor, which isn't yet in the database.
*/
- explicit User(const css::uno::Reference< css::sdbc::XConnection >& rConnection);
+ User();
/**
* For a user that already exists in the db.
*/
- User(const css::uno::Reference< css::sdbc::XConnection >& rConnection,
- const ::rtl::OUString& rName);
+ User(const ::rtl::OUString& rName);
// IRefreshableGroups::
virtual void refreshGroups() override;