[Libreoffice-commits] .: Branch 'libreoffice-3-5' - connectivity/source

Julien Nabet serval2412 at kemper.freedesktop.org
Sun Jan 8 02:13:20 PST 2012


 connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c0f7e132ea87aa3dd7bb604f24a97e1302b8b9c3
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Jan 8 11:11:40 2012 +0100

    Cherry pick fix for fdo#44065

diff --git a/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx b/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx
index 9ef1314..e15da07 100644
--- a/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx
+++ b/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx
@@ -118,7 +118,7 @@ namespace connectivity { namespace mozab {
                     { "WebPage2",           "homeurl",                                      DEF_CARD_ACCESS( WebPage2 ) },
                     { "BirthYear",          "birthyear",                                    DEF_CARD_ACCESS( BirthYear ) },
                     { "BirthMonth",         "birthmonth",                                   DEF_CARD_ACCESS( BirthMonth ) },
-                    { "BirthYear",          "birthday",                                     DEF_CARD_ACCESS( BirthDay ) },
+                    { "BirthDay",          "birthday",                                     DEF_CARD_ACCESS( BirthDay ) },
                     { "Custom1",            "custom1",                                      DEF_CARD_ACCESS( Custom1 ) },
                     { "Custom2",            "custom2",                                      DEF_CARD_ACCESS( Custom2 ) },
                     { "Custom3",            "custom3",                                      DEF_CARD_ACCESS( Custom3 ) },


More information about the Libreoffice-commits mailing list