diff options
Diffstat (limited to 'connectivity/source/drivers/macab/MacabAddressBook.hxx')
-rw-r--r-- | connectivity/source/drivers/macab/MacabAddressBook.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/drivers/macab/MacabAddressBook.hxx b/connectivity/source/drivers/macab/MacabAddressBook.hxx index a74621ef2a39..33c267313796 100644 --- a/connectivity/source/drivers/macab/MacabAddressBook.hxx +++ b/connectivity/source/drivers/macab/MacabAddressBook.hxx @@ -30,10 +30,8 @@ #include <AddressBook/ABAddressBookC.h> #include <postmac.h> -namespace connectivity +namespace connectivity::macab { - namespace macab - { class MacabAddressBook { protected: @@ -57,7 +55,6 @@ namespace connectivity MacabRecords *getMacabRecordsMatch(const OUString& _tableName); }; - } } #endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABADDRESSBOOK_HXX |