From e13ba2d41deb93da53607a924e234730f4e0349c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 2 Mar 2016 16:53:51 +0200 Subject: loplugin:unuseddefaultparams in dbaccess Change-Id: I5f417aea43b4aa841ee45e947b982e6341c7b18b --- include/dbaccess/dbsubcomponentcontroller.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/dbaccess') diff --git a/include/dbaccess/dbsubcomponentcontroller.hxx b/include/dbaccess/dbsubcomponentcontroller.hxx index 9e4248ac8ce4..b9c9b282646d 100644 --- a/include/dbaccess/dbsubcomponentcontroller.hxx +++ b/include/dbaccess/dbsubcomponentcontroller.hxx @@ -107,8 +107,7 @@ namespace dbaui */ void appendError( const OUString& _rErrorMessage, - const ::dbtools::StandardSQLState _eSQLState = ::dbtools::StandardSQLState::GENERAL_ERROR, - const sal_Int32 _nErrorCode = 1000 + const ::dbtools::StandardSQLState _eSQLState = ::dbtools::StandardSQLState::GENERAL_ERROR ); /** clears the error state. -- cgit