dbaccess/source/ui/browser/brwctrlr.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 5a9726ab6ce4cdc5ae7fdedf7fb74bc5a99aa36e Author: Muhammet Kara <muhammet.k...@pardus.org.tr> AuthorDate: Sat Jul 28 18:09:45 2018 +0200 Commit: Muhammet Kara <muhammet.k...@pardus.org.tr> CommitDate: Sun Jul 29 11:47:36 2018 +0200 Remove unused local variable aError Leftover from 529e7619c5258aec91c33dd57b9fa12c3e85cfeb Change-Id: Ifdfe0f0c75d4d0d2ce90310dcb9c3fbfff5775e1 Reviewed-on: https://gerrit.libreoffice.org/58253 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.k...@pardus.org.tr> diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx index 075418222a09..2aba6826d7dc 100644 --- a/dbaccess/source/ui/browser/brwctrlr.cxx +++ b/dbaccess/source/ui/browser/brwctrlr.cxx @@ -615,7 +615,6 @@ void SbaXDataBrowserController::onStartLoading( const Reference< XLoadable >& _r void SbaXDataBrowserController::impl_checkForCannotSelectUnfiltered( const SQLExceptionInfo& _rError ) { - ::connectivity::SQLError aError; ::connectivity::ErrorCode nErrorCode( connectivity::SQLError::getErrorCode( sdb::ErrorCondition::DATA_CANNOT_SELECT_UNFILTERED ) ); if ( static_cast<const SQLException*>(_rError)->ErrorCode == nErrorCode ) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits