From 2da435922f9c1fcf52eb0c1eb3d6f73581e9f793 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 10 Sep 2018 19:00:54 +0200 Subject: loplugin:constantparam Change-Id: Ia11bf93768d5f722b7fe62df15f24809cb7e7f04 Reviewed-on: https://gerrit.libreoffice.org/60280 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/connectivity/dbtools.hxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include/connectivity') diff --git a/include/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx index c10963cd6796..d27d4b54c415 100644 --- a/include/connectivity/dbtools.hxx +++ b/include/connectivity/dbtools.hxx @@ -667,18 +667,13 @@ namespace dbtools The descriptor of the new table. @param _xConnection The connection. - @param _pHelper - Allow to add special SQL constructs. - @param _sCreatePattern @return The CREATE TABLE statement. */ OOO_DLLPUBLIC_DBTOOLS OUString createSqlCreateTableStatement( const css::uno::Reference< css::beans::XPropertySet >& descriptor - ,const css::uno::Reference< css::sdbc::XConnection>& _xConnection - ,ISQLStatementHelper* _pHelper = nullptr - ,const OUString& _sCreatePattern = OUString()); + ,const css::uno::Reference< css::sdbc::XConnection>& _xConnection); /** creates a SDBC column with the help of getColumns. @param _xTable -- cgit