diff options
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/drivers/dbase/DTable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx index 13cfc685ee3f..0229fae7ee46 100644 --- a/connectivity/source/drivers/dbase/DTable.cxx +++ b/connectivity/source/drivers/dbase/DTable.cxx @@ -685,7 +685,7 @@ void ODbaseTable::refreshIndexes() aURL.SetURL(getEntry(m_pConnection,m_Name)); aURL.setExtension("inf"); - Config aInfFile(aURL.getFSysPath(INetURLObject::FSYS_DETECT)); + Config aInfFile(aURL.getFSysPath(FSysStyle::Detect)); aInfFile.SetGroup(dBASE_III_GROUP); sal_uInt16 nKeyCnt = aInfFile.GetKeyCount(); OString aKeyName; |