diff options
Diffstat (limited to 'connectivity/source/drivers/macab/macabutilities.hxx')
-rw-r--r-- | connectivity/source/drivers/macab/macabutilities.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/drivers/macab/macabutilities.hxx b/connectivity/source/drivers/macab/macabutilities.hxx index c384604e3514..d0027c8da6ed 100644 --- a/connectivity/source/drivers/macab/macabutilities.hxx +++ b/connectivity/source/drivers/macab/macabutilities.hxx @@ -29,10 +29,8 @@ #include <AddressBook/ABAddressBookC.h> #include <postmac.h> -namespace connectivity +namespace connectivity::macab { - namespace macab - { inline OUString CFStringToOUString(const CFStringRef sOrig) { @@ -135,7 +133,6 @@ namespace connectivity } void impl_throwError(const char* pErrorId); - } } #endif // _ CONNECTIVITY_MACAB_UTILITIES_HXX_ |