summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/dbase/DIndex.hxx
diff options
context:
space:
mode:
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: