| Index: source/common/servrbf.cpp
|
| diff --git a/source/common/servrbf.cpp b/source/common/servrbf.cpp
|
| index 3a0227f76af269e15a2366b8a6c099f547d1761f..4295d03553f62dc724c89ac32ed0b59510da582d 100644
|
| --- a/source/common/servrbf.cpp
|
| +++ b/source/common/servrbf.cpp
|
| @@ -1,6 +1,6 @@
|
| /**
|
| *******************************************************************************
|
| - * Copyright (C) 2001-2005, International Business Machines Corporation and *
|
| + * Copyright (C) 2001-2014, International Business Machines Corporation and *
|
| * others. All Rights Reserved. *
|
| *******************************************************************************
|
| *
|
| @@ -73,14 +73,14 @@ UnicodeString&
|
| ICUResourceBundleFactory::debug(UnicodeString& result) const
|
| {
|
| LocaleKeyFactory::debug(result);
|
| - result.append(", bundle: ");
|
| + result.append((UnicodeString)", bundle: ");
|
| return result.append(_bundleName);
|
| }
|
|
|
| UnicodeString&
|
| ICUResourceBundleFactory::debugClass(UnicodeString& result) const
|
| {
|
| - return result.append("ICUResourceBundleFactory");
|
| + return result.append((UnicodeString)"ICUResourceBundleFactory");
|
| }
|
| #endif
|
|
|
|
|