From 6dbae37b8d2d2d1ecad85c772fd684803b5a52cb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 28 Aug 2018 11:15:47 +0200 Subject: loplugin:constantparam (1) Change-Id: I25077e391ecca1b678062d261a83d88daadf0a58 Reviewed-on: https://gerrit.libreoffice.org/59701 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/connectivity/dbtools.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/connectivity/dbtools.hxx') diff --git a/include/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx index b777635a100b..c10963cd6796 100644 --- a/include/connectivity/dbtools.hxx +++ b/include/connectivity/dbtools.hxx @@ -796,13 +796,10 @@ namespace dbtools look for column sName in there @param _sName name of the column - @param whenNotFound - value returned when _sName is not in _xColumns */ OOO_DLLPUBLIC_DBTOOLS bool isAggregateColumn( const css::uno::Reference< css::container::XNameAccess > &_xColumns, - const OUString &_sName, - bool whenNotFound + const OUString &_sName ); /** is this column an aggregate? -- cgit