diff options
Diffstat (limited to 'include/connectivity/dbtools.hxx')
-rw-r--r-- | include/connectivity/dbtools.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx index 4b493ee98267..f771ae9f3fbe 100644 --- a/include/connectivity/dbtools.hxx +++ b/include/connectivity/dbtools.hxx @@ -789,7 +789,9 @@ namespace dbtools } // namespace dbtools -namespace connectivity::dbase +namespace connectivity +{ +namespace dbase { enum DBFType { dBaseIII = 0x03, dBaseIV = 0x04, @@ -831,7 +833,9 @@ namespace connectivity::dbase false if nothing was written to _out_nCharset */ OOO_DLLPUBLIC_DBTOOLS bool dbfReadCharset(rtl_TextEncoding &nCharSet, SvStream* dbf_Stream); + } // namespace connectivity::dbase +} // namespace connectivity #endif // INCLUDED_CONNECTIVITY_DBTOOLS_HXX |