diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-18 13:26:30 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-18 14:12:28 +0100 |
commit | 585807a77e54504a2ce3c13d344aff61014c0290 (patch) | |
tree | 0d54d8a980d507bdebb782a02fe875555301b98d /i18npool/qa | |
parent | 464ff17e71733fd8ed091b0cca44f49e3717fc9d (diff) |
i18npool: Use appropriate OUString functions on string constants
Change-Id: I6f2fabd9248b1b385439ff5c074342029fb660e0
Diffstat (limited to 'i18npool/qa')
-rw-r--r-- | i18npool/qa/cppunit/test_breakiterator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/qa/cppunit/test_breakiterator.cxx b/i18npool/qa/cppunit/test_breakiterator.cxx index ccea424cbb88..bd5ef43b5337 100644 --- a/i18npool/qa/cppunit/test_breakiterator.cxx +++ b/i18npool/qa/cppunit/test_breakiterator.cxx @@ -457,7 +457,7 @@ void TestBreakIterator::testWordBoundaries() break; case 1: aLocale.Language = "grc"; - aLocale.Country = ""; + aLocale.Country.clear(); break; default: CPPUNIT_ASSERT(false); |