diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-04 22:21:36 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-04 22:22:04 +0100 |
commit | 65610d54b43290d722b318d5ff819e6b5af1bc3a (patch) | |
tree | 75074f093b727abb0c5694fbde0c41fcf900c43e /i18npool | |
parent | 67942a8b68f8061f4bbeda023be9a586e636128f (diff) |
remove trailing whitespaces
Change-Id: Ib6684fe00e063e150af30477fd704d9b3f029282
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/LocaleNode.cxx | 8 | ||||
-rw-r--r-- | i18npool/source/localedata/LocaleNode.hxx | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/i18npool/source/localedata/LocaleNode.cxx b/i18npool/source/localedata/LocaleNode.cxx index 0c47c29e97c7..ac42d7fde40d 100644 --- a/i18npool/source/localedata/LocaleNode.cxx +++ b/i18npool/source/localedata/LocaleNode.cxx @@ -1666,7 +1666,7 @@ void LCCalendarNode::generateCode (const OFileWriter &of) const ++nChild; // Generate partitive Months of Year - // Optional, if not present fall back to genitive months, or nominative + // Optional, if not present fall back to genitive months, or nominative // months (nouns) if that isn't present either. if ( calNode->getChildAt(nChild)->getName() != "PartitiveMonths" ) --nChild; @@ -1891,9 +1891,9 @@ void LCCurrencyNode :: generateCode (const OFileWriter &of) const incError( "CurrencyID is not ISO 4217"); str = currencyNode -> findNode ("CurrencySymbol") -> getValue(); of.writeParameter("currencySymbol", str, nbOfCurrencies); - // Check if this currency really is the one used in number format - // codes. In case of ref=... mechanisms it may be that TheCurrency - // couldn't had been determined from the current locale (i.e. is + // Check if this currency really is the one used in number format + // codes. In case of ref=... mechanisms it may be that TheCurrency + // couldn't had been determined from the current locale (i.e. is // empty), silently assume the referred locale has things right. if (bCompatible && !sTheCompatibleCurrency.isEmpty() && sTheCompatibleCurrency != str) incErrorStrStr( "CurrencySymbol \"%s\" flagged as usedInCompatibleFormatCodes doesn't match \"%s\" determined from format codes.", str, sTheCompatibleCurrency); diff --git a/i18npool/source/localedata/LocaleNode.hxx b/i18npool/source/localedata/LocaleNode.hxx index b110c73b4e41..3acc65525358 100644 --- a/i18npool/source/localedata/LocaleNode.hxx +++ b/i18npool/source/localedata/LocaleNode.hxx @@ -137,7 +137,7 @@ public: void incErrorInt( const char* pStr, int nVal ) const; // ++nError with output to stderr, pStr should contain "%s", otherwise appended void incErrorStr( const char* pStr, const ::rtl::OUString& rVal ) const; - // ++nError with output to stderr, pStr should contain "%s %s", otherwise + // ++nError with output to stderr, pStr should contain "%s %s", otherwise // appended void incErrorStrStr( const char* pStr, const ::rtl::OUString& rVal1, const ::rtl::OUString& rVal2 ) const; // used by incError...(), returns a pointer to a static buffer, |