summaryrefslogtreecommitdiffstats
path: root/include/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-02 16:53:51 +0200
committerNoel Grandin <noel@peralex.com>2016-03-03 08:11:02 +0200
commite13ba2d41deb93da53607a924e234730f4e0349c (patch)
treed341449e68d0be70a6e8c1e79776f40024b43c54 /include/dbaccess
parentloplugin:unuseddefaultparams in basic (diff)
downloadcore-e13ba2d41deb93da53607a924e234730f4e0349c.tar.gz
core-e13ba2d41deb93da53607a924e234730f4e0349c.zip
loplugin:unuseddefaultparams in dbaccess
Change-Id: I5f417aea43b4aa841ee45e947b982e6341c7b18b
Diffstat (limited to 'include/dbaccess')
-rw-r--r--include/dbaccess/dbsubcomponentcontroller.hxx3
1 files changed, 1 insertions, 2 deletions
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.