diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-16 14:14:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-18 19:08:12 +0200 |
commit | bf36f5ba679fe256edf83b7482bb671f41400959 (patch) | |
tree | 4f7df8adc83b9cec04b82a84dfd8382ea6560a44 /connectivity/source/drivers/macab/macabutilities.hxx | |
parent | d9b7ddd24d379909f9cd2d83ce28fa619953d841 (diff) |
compact namespace: connectivity
Change-Id: I4f7999672ba15d9f453ded9accb3991b8150c32d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98905
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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_ |