[Libreoffice-commits] core.git: include/connectivity

Lionel Elie Mamane lionel at mamane.lu
Sun Jul 2 11:58:20 UTC 2017


 include/connectivity/dbtools.hxx |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 857d64ed3ebbeb0ee4e8a75bfeaa4eb406944571
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Sun Jul 2 13:57:00 2017 +0200

    looks like namespace syntax does not work like I think it does
    
    Change-Id: I891bcc49a03ccb6c248065819f0cbbb5cd44d191

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
 


More information about the Libreoffice-commits mailing list