diff options
Diffstat (limited to 'connectivity/source/drivers/macab/MacabGroup.hxx')
-rw-r--r-- | connectivity/source/drivers/macab/MacabGroup.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/drivers/macab/MacabGroup.hxx b/connectivity/source/drivers/macab/MacabGroup.hxx index 4d9313282a25..65240661b138 100644 --- a/connectivity/source/drivers/macab/MacabGroup.hxx +++ b/connectivity/source/drivers/macab/MacabGroup.hxx @@ -28,15 +28,12 @@ #include <postmac.h> -namespace connectivity +namespace connectivity::macab { - namespace macab - { class MacabGroup: public MacabRecords { public: MacabGroup(const ABAddressBookRef _addressBook, const MacabRecords *_allRecords, const ABGroupRef _xGroup); }; - } } #endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABGROUP_HXX |