summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/dbase/DIndex.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-01 16:13:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-01 21:40:49 +0200
commit4a779c4d01b0482457e189af991b3b1b7c1a47a9 (patch)
treed55d15b81d0c36c3f49e4ac24cfcebc2f1d41a05 /connectivity/source/inc/dbase/DIndex.hxx
parent52f69445c55c9af8ad97bee6da335b4592d56d4d (diff)
loplugin:returnconstant in connectivity
Change-Id: I291bebbd644095d6632841abe56c4f28b84e228d Reviewed-on: https://gerrit.libreoffice.org/58427 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/inc/dbase/DIndex.hxx')
-rw-r--r--connectivity/source/inc/dbase/DIndex.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/inc/dbase/DIndex.hxx b/connectivity/source/inc/dbase/DIndex.hxx
index bcb273aec506..337e7780c185 100644
--- a/connectivity/source/inc/dbase/DIndex.hxx
+++ b/connectivity/source/inc/dbase/DIndex.hxx
@@ -116,8 +116,8 @@ namespace connectivity
bool Find(sal_uInt32 nRec, const ORowSetValue& rValue);
void createINFEntry();
- bool CreateImpl();
- bool DropImpl();
+ void CreateImpl();
+ void DropImpl();
DECLARE_SERVICE_INFO();
protected: