diff options
Diffstat (limited to 'connectivity/source/drivers/macab/MacabConnection.cxx')
-rw-r--r-- | connectivity/source/drivers/macab/MacabConnection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/macab/MacabConnection.cxx b/connectivity/source/drivers/macab/MacabConnection.cxx index eeea86def136..e55d342584d8 100644 --- a/connectivity/source/drivers/macab/MacabConnection.cxx +++ b/connectivity/source/drivers/macab/MacabConnection.cxx @@ -57,7 +57,7 @@ void MacabConnection::construct(const OUString&, const Sequence< PropertyValue > { osl_atomic_increment( &m_refCount ); - // get the Mac OS X shared address book + // get the macOS shared address book m_pAddressBook = new MacabAddressBook(); osl_atomic_decrement( &m_refCount ); |