[Libreoffice-commits] .: Branch 'libreoffice-3-4' - connectivity/source
Andras Timar
timar at kemper.freedesktop.org
Sun Jan 8 10:06:52 PST 2012
connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0d7e8c41cfe5b93e52df03bd0c7420956a98814b
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Jan 7 17:48:13 2012 +0100
Fix fdo#44065
Signed-off-by: Andras Timar <atimar at 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 ) },
More information about the Libreoffice-commits
mailing list