From e50ef195bc95f3f410119f623928382cb88b45d2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 1 Jul 2014 15:45:52 +0200 Subject: New loplugin:stringconcat Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac --- i18npool/source/calendar/calendar_gregorian.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18npool') diff --git a/i18npool/source/calendar/calendar_gregorian.cxx b/i18npool/source/calendar/calendar_gregorian.cxx index 35e01e2d5ff4..1722a48e8152 100644 --- a/i18npool/source/calendar/calendar_gregorian.cxx +++ b/i18npool/source/calendar/calendar_gregorian.cxx @@ -691,7 +691,7 @@ void Calendar_gregorian::setValue() throw(RuntimeException) DUMP_ICU_CAL_MSG(("%s\n","setValue() after Zone/DST glitch 2nd resubmit")); DUMP_I18N_CAL_MSG(("%s\n","setValue() after Zone/DST glitch 2nd resubmit")); } - SAL_INFO( "i18npool", "Calendar_gregorian::setValue:" << + SAL_INFO( "i18npool", "Calendar_gregorian::setValue:" " nZone0 " << nZone0 << ", nDST0 " << nDST0 << ", nZone1 " << nZone1 << ", nDST1 " << nDST1 << ", nZone2 " << nZone2 << ", nDST2 " << nDST2 << -- cgit