summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MResultSet.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-24 15:26:35 +0200
committerNoel Grandin <noel@peralex.com>2015-03-25 08:55:31 +0200
commitc7a50d072f0f9a19e7975c09eeff7a11bdea1370 (patch)
treefa599d420f2d533ad0c0061f5108a8b425432e9e /connectivity/source/drivers/mork/MResultSet.hxx
parent3f6bfb4c0d6814c38035e4e1d0c4d5321dd6a5a7 (diff)
new constantfunction loplugin
Change-Id: Ie9b7a0c41fc4dbd2560ceff6bae9ab85357f518b
Diffstat (limited to 'connectivity/source/drivers/mork/MResultSet.hxx')
-rw-r--r--connectivity/source/drivers/mork/MResultSet.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mork/MResultSet.hxx b/connectivity/source/drivers/mork/MResultSet.hxx
index 6422c04bb742..8e90471d9239 100644
--- a/connectivity/source/drivers/mork/MResultSet.hxx
+++ b/connectivity/source/drivers/mork/MResultSet.hxx
@@ -266,8 +266,7 @@ protected:
::com::sun::star::uno::RuntimeException);
bool fetchCurrentRow() throw( ::com::sun::star::sdbc::SQLException,
::com::sun::star::uno::RuntimeException);
- bool pushCard(sal_uInt32 rowIndex) throw( ::com::sun::star::sdbc::SQLException,
- ::com::sun::star::uno::RuntimeException);
+ static bool pushCard(sal_uInt32 ) { return true; }
bool validRow( sal_uInt32 nRow );
bool seekRow( eRowPosition pos, sal_Int32 nOffset = 0 );
sal_Int32 deletedCount();