summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx')
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx b/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx
index 1324d7822a97..9c346b00ddc4 100644
--- a/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx
+++ b/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx
@@ -31,13 +31,13 @@
#include <boost/unordered_map.hpp>
-//........................................................................
+
namespace connectivity { namespace mozab {
-//........................................................................
- //====================================================================
+
+
//= helper
- //====================================================================
+
namespace
{
typedef NS_STDCALL_FUNCPROTO(nsresult, CardPropertyGetter, nsIAbCard, GetFirstName, (PRUnichar**));
@@ -131,16 +131,16 @@ namespace connectivity { namespace mozab {
}
}
- //====================================================================
+
//= AttributeMap_Data
- //====================================================================
+
struct AttributeMap_Data
{
};
- //====================================================================
+
//= MLdapAttributeMap
- //====================================================================
+
MLdapAttributeMap::MLdapAttributeMap()
:m_pData( new AttributeMap_Data )
@@ -436,8 +436,8 @@ namespace connectivity { namespace mozab {
}
}
-//........................................................................
+
} } // namespace connectivity::mozab
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */