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

New commits:
commit 0d7e8c41cfe5b93e52df03bd0c7420956a98814b
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Sat Jan 7 17:48:13 2012 +0100

    Fix fdo#44065
    
    Signed-off-by: Andras Timar <ati...@suse.com>

diff --git a/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx 
b/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx
index 02f580a..5471d2f 100644
--- a/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx
+++ b/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx
@@ -120,7 +120,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 ) },
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to