| Index: source/i18n/reldatefmt.cpp
|
| diff --git a/source/i18n/reldatefmt.cpp b/source/i18n/reldatefmt.cpp
|
| index b4bfe429dd6aca723392dc746e3f8bc50c6604a4..4d8ca06f98a75242475ee71953ea2050fbd2929d 100644
|
| --- a/source/i18n/reldatefmt.cpp
|
| +++ b/source/i18n/reldatefmt.cpp
|
| @@ -1,10 +1,10 @@
|
| /*
|
| ******************************************************************************
|
| -* Copyright (C) 2014, International Business Machines Corporation and
|
| -* others. All Rights Reserved.
|
| +* Copyright (C) 2014-2015, International Business Machines Corporation and
|
| +* others. All Rights Reserved.
|
| ******************************************************************************
|
| -*
|
| -* File RELDATEFMT.CPP
|
| +*
|
| +* File reldatefmt.cpp
|
| ******************************************************************************
|
| */
|
|
|
| @@ -186,7 +186,7 @@ static void initQuantityFormatter(
|
| if (!getString(pluralBundle.getAlias(), rawPattern, status)) {
|
| return;
|
| }
|
| - if (!formatter.add(
|
| + if (!formatter.addIfAbsent(
|
| ures_getKey(pluralBundle.getAlias()),
|
| rawPattern,
|
| status)) {
|
|
|