summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-05 11:11:03 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-05 11:54:17 +0000
commitb4e12269e813338afc895986fbc4f2703cedd016 (patch)
tree8809ce08d9199ba14ffc51cd28db0869f826e208 /extensions/source/dbpilots
parentdbe0b5aa9dc016498c623e76babcc486894d4235 (diff)
loplugin:countusersofdefaultparams in editeng..fpicker
Change-Id: I6356c95296d81736fc6d66e510cd70606ee55f68 Reviewed-on: https://gerrit.libreoffice.org/27897 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'extensions/source/dbpilots')
-rw-r--r--extensions/source/dbpilots/controlwizard.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/dbpilots/controlwizard.hxx b/extensions/source/dbpilots/controlwizard.hxx
index ba2be4cffcaf..59b66560ec39 100644
--- a/extensions/source/dbpilots/controlwizard.hxx
+++ b/extensions/source/dbpilots/controlwizard.hxx
@@ -112,7 +112,7 @@ namespace dbp
const OControlWizardContext& getContext() const { return m_aContext; }
bool updateContext(const OAccessRegulator&);
- void setFormConnection(const OAccessRegulator&, const css::uno::Reference< css::sdbc::XConnection >& _rxConn, bool _bAutoDispose = true );
+ void setFormConnection(const OAccessRegulator&, const css::uno::Reference< css::sdbc::XConnection >& _rxConn, bool _bAutoDispose );
css::uno::Reference< css::sdbc::XConnection >
getFormConnection(const OAccessRegulator&) const;